Re: Cruftless incremental backup

2002-09-07 Thread Alvin Oga
hiya if you want the backup to mirror the master than you would want to use rsyn with the --delete option ( the backups deletes it copy of the removed file on the master ) if you want the deleted file to be removed from the backup.tgz file than you'd have to: - have rm put a lit of fi

Cruftless incremental backup

2002-09-07 Thread csj
I'm looking for a backup tool that can track the files I deleted from my filesystem and delete them from my backups or at least mark them so they won't be restored. Let's say I already made a full backup consisting of file1, file2 and file3. I make an incremental backup after I modify file3, crea