I have a mandrake 10.0 server that rsyncs the /home directory to a backup server. I just installed mandrake 10.1 on the backup server. The backup server run the rsync daemon: Here is my error Output from command rsync -auvopgz --delete --ignore-errors /home/ 192.168.1.100::backup0 .. building file list ... rsync: writefd_unbuffered failed to write 4092 bytes: phase "send_file_entry": Connection reset by peer rsync error: error in rsync protocol data stream (code 12) at io.c(666) Please help Kevin -------------- next part -------------- HTML attachment scrubbed and removed
On Thu, Oct 14, 2004 at 02:43:05PM -0400, Kevin Kallsen wrote:> rsync: writefd_unbuffered failed to write 4092 bytes: > phase "send_file_entry": Connection reset by peerSee the notes on this web page to help you to figure out what is failing: http://rsync.samba.org/issues.html ..wayne..