https://bugzilla.samba.org/show_bug.cgi?id=3653
------- Comment #23 from g...@delfi.ee 2011-02-11 09:41 CST ------- i updated patch again as found similar pattern in code http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rsync/ignore-vanished.patch?rev=1.2 but seems the problem is reported on server side, not client side and it still does not work, because the --ignore-vanished apparently is not "transported" to rsync server, and response generated by rsync server would still include those vanished error messages. totally different approach must be taken perhaps. to me the rsync exit code ignoring is not a solution, because my problem looks like: i rsync large disk with Maildir files, rsync alone calculating filelist takes 1.5 hour, so when the sync finishes there are certainly some files moved around. and as for me the delete is also skipped, meaning backup space from old removed files is never released, meaning my backup grows and grows. what would the alternative fix here? file has VANISHED: "/Maildir/new/1297421485.M458439P3915V000000000000FE04I00000000003EDB8D_0.localhost,S=8354" (in vmail), protocol=30, code=4 delfi.ee/ylle/Maildir/tmp/ IO error encountered -- skipping file deletion sent 7900103 bytes received 31665465290 bytes 1978039.99 bytes/sec total size is 281386128794 speedup is 8.88 rsync warning: some files vanished before they could be transferred (code 24) at main.c(1508) [generator=3.0.7] -- 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. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html