Don't miss
Showing posts with label backup. Show all posts
Showing posts with label backup. Show all posts

Incremental Backup with TAR




We often use TAR to backup files to tape to make full backup or using ctime or atime for creating new file names. But while your files are getting larger, let's say apache, logs or any file that modifies from time to time you need to have incremental backups. Incremental backups let's you backup only the files/folder that are modified within the specified time range. To increment the backup, you need this unix command.