From: Wayne Davison Date: Sat, 3 Jan 2009 20:00:02 +0000 (-0800) Subject: Improved the backup code: X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/21cddef2b460098f5289b9cdbd592bf8f0f9e759?hp=21cddef2b460098f5289b9cdbd592bf8f0f9e759 Improved the backup code: - Backups do not interfere with an atomic update (when possible). - Backing up a file will remove a directory that is in the way and visa versa. - Unify the backup-dir and non-backup-dir code in backup.c. - Improved the backup tests a little bit. ---