https://bugzilla.samba.org/show_bug.cgi?id=3653
------- Comment #7 from [EMAIL PROTECTED] 2006-06-12 03:55 MST ------- Patching my copy would bar me from Debian (security) updates. ... btw, the script DOES NOT work as expected :( try: mkdir a ; mkdir b ; rsync -r a b ; echo $? ; rm -rf a b vs. mkdir a ; mkdir b ; rsync-no-vanished -r a b ; echo $? ; rm -rf a b ... I found no way to fix that, and it breaks my whole backup scheme. Thus, I would definitely say it's NOT easily fixed outside rsync, and would still like the patch to be included - it's the only warning condition rsync is noisy about, AFAIK :( -- 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. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html