samba-bugs@samba.org
2005-Oct-26 16:40 UTC
[Bug 3214] --ignore-errors only ignores but does not delete
https://bugzilla.samba.org/show_bug.cgi?id=3214 ------- Additional Comments From wayned@samba.org 2005-10-26 09:24 ------- *** Bug 3215 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2005-Oct-26 16:40 UTC
[Bug 3214] --ignore-errors only ignores but does not delete
https://bugzilla.samba.org/show_bug.cgi?id=3214 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From wayned@samba.org 2005-10-26 09:32 ------- Keep in mind that the only deletions rsync ever does are in directories that rsync sends, so if -r is specified and the files-from list contains a directory name, deletions will occur in that directory's hierarchy (future versions of rsync will also delete in directories that were transferred with -d w/o -r). If you're expecting a missing file to turn into a delete, that will not work. You'll need to get individual deletions to the remote host in some other way. There has been discussion on how to do this on the mailing list (e.g. using ssh + xargs, and a method using just rsync with some include/exclude rules). -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
Reasonably Related Threads
- [Bug 3214] New: --ignore-errors only ignores but does not delete
- [Bug 3215] New: --ignore-errors only ignores but does not delete
- DO NOT REPLY [Bug 6043] New: rsync ignores -x for some file systems
- DO NOT REPLY [Bug 7523] New: rsync exclude file ignores spaces
- DO NOT REPLY [Bug 3594] New: --delete doesn't delete destination files that don't exist at the source