rsync through ssh - i get an error

Wayne Davison wayned at samba.org
Tue Sep 12 00:49:21 GMT 2006


On Mon, Sep 11, 2006 at 01:31:00PM +0200, rsync-mail-gateway at nasbackup.com wrote:
> rsync: read error: Connection reset by peer (104)

This means the socket closed.  Does rsync even get started on the remote
system?  That would be the first thing to investigate.  If it is getting
run, does the remote process crash or die?  If you are connecting with a
daemon process, you can look at the logs to figure that out.  If you're
using the CVS version of rsync, you can use the new --log-file option on
the remote rsync to ask it to log what is going on (it requires using the
--rsync-path option, as mentioned in the latest man page).  Or, you can
enable system-call tracing, as detailed on the Issues and Debugging
webpage of the rsync website.

..wayne..


More information about the rsync mailing list