On Tue, Nov 30, 2004 at 12:10:05PM -0800, Dan Stromberg wrote: > Is there any precedent for rsync creating 0 length files that should've > had content in them?
Are you using 2.6.3? Older rsync versions did not check the return of the close() call, which could result in lost information if a disk (or per-user quota) filled up. The latest rsync should not do that. ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html