On Wed, 2006-06-14 at 12:58 -0400, Jason Staudenmayer wrote: > C:\rsync-min>rsync -av 10.0.0.205::test/* ./backup > > receiving file list ... done > rsync: connection unexpectedly closed (71 bytes read so far) > rsync error: error in rsync protocol data stream (code 12) at io.c(139) > rsync error: received SIGUSR1 or SIGINT (code 20) at main.c(779) > > 2006/06/14 12:36:52 [31282] rsync on test/* from 10.0.2.137 (10.0.2.137) > 2006/06/14 16:37:32 [31282] rsync: read error: Connection reset by peer > (104) > 2006/06/14 16:37:32 [31282] rsync error: error in rsync protocol data > stream (code 12) at io.c(584)
It looks like the network connection dropped, and that is likely to be out of rsync's control. See #3 on http://rsync.samba.org/issues.html for suggestions about what to try. In particular, you might want to upgrade the receiving rsync and strace both sides. Matt -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html