https://bugzilla.samba.org/show_bug.cgi?id=6965
m...@mattmccutchen.net changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|truncated files and exit |Avoid code 23 when source |code 23 |file is concurrently | |truncated ------- Comment #1 from m...@mattmccutchen.net 2009-12-14 01:42 CST ------- Indeed. This is probably one of many kinds of concurrent modification to the source that rsync handles ungracefully. In general, when different system calls return inconsistent results, that could indicate either a concurrent modification or filesystem misbehavior. The downside to always assuming concurrent modification is that we miss the opportunity to report filesystem misbehavior if it happens. One example is the Cygwin "file has vanished" error with foreign characters in filenames ( http://lists.samba.org/archive/rsync/2008-January/019696.html ). -- 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