https://bugzilla.samba.org/show_bug.cgi?id=3653
------- Comment #3 from [EMAIL PROTECTED] 2006-06-07 09:20 MST ------- (In reply to comment #2) > I think filtering error messages should be the job of the cron script invoking > rsync, not of rsync itself; otherwise we'll find ourselves adding options to > disable each of the myriad errors rsync can produce. Do "rsync <...> 2>&1 | > grep -v 'file has vanished'" . the problem here is that this isn't really an error, but basically a warning/information. when I'm calling rsync from meep (http://freshmeat.net/projects/meep/) I can't filter the error messages or change the error code before meep gets them. I really think this condition should be silenceable. No other error is comparable (at least to me). -- 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