Displaying 1 result from an estimated 1 matches for "rsyncbackup1".
Did you mean:
rsyncbackup
DO NOT REPLY [Bug 4220] New: --backup causes "stat" failed message when trying to delete a directory
2006 Nov 12
2
DO NOT REPLY [Bug 4220] New: --backup causes "stat" failed message when trying to delete a directory
...p server with 7 day incremental.
I am manually running rsync (i.e. not using the script as it is presented) so
that I can experiment with its functionaility before putting it in place. The
command I am using is:
rsync -av --force --ignore-errors --delete --backup
--backup-dir=/Users/eric/Desktop/rsyncBackup1 /Users/eric/Desktop/rsyncSource/
/Users/eric/Desktop/rsyncDest/
When the source directory (/Users/eric/Desktop/rsyncSource/) contains the
following:
testfile1.txt
testfolder
testfile2.txt
The first time I run the command, it syncs correctly to
/Users/eric/Desktop/rsyncDest/, as expected....