Displaying 1 result from an estimated 1 matches for "arhvzh".
2006 Jul 13
6
DO NOT REPLY [Bug 3929] New: after upgrade from 2.6.6 to 2.6.7 --delete is not functional
...QAContact: rsync-qa@samba.org
After upgrade from 2.6.6 to 2.6.7 --delete is not functional - deleted files on
source server is not deleted in destination directory.
Before upgrade and after upgrade I use the same command.
I was use rsync to backup whole server with this command:
"rsync -aRHvzh -e ssh --delete --delete-excluded --force --numeric-ids
--exclude-from=exclude-file server-name:/ /var/backup/backup-dir"
There is about 50 GB file size on the backuped server.
When I try backup about ten files and dirs with this command:
"rsync -aRHvzh -e ssh --delete --delete-excluded...