rsync : connection unexpectedly closed

Wayne Davison wayned at samba.org
Fri Feb 24 18:49:32 GMT 2006


On Fri, Feb 24, 2006 at 12:07:05PM +0530, Vijay Ram.C wrote:
>        rsync: connection unexpectedly closed (1804855 bytes received so far) [receiver]
>        rsync: connection unexpectedly closed (39 bytes received so far) [generator]
> 
>       The rsync command line is given as below:
> 
>            rsync --timeout=60  srcIp::path/file.tar.gz  destPath/destFile

See the issues and debugging page for details on how to figure out why
the connection closed.  The first step listed for a daemon is to check
the log file, since it should tell you what reason the daemon gave for
the abnormal termination (assuming it didn't crash).  If it is exiting
with a timeout, try a more modern version of rsync.  If it is exiting
with a similar unexpected-close or write-failed error, then you have a
failing-connection problem outside of rsync that you need to solve.

..wayne..


More information about the rsync mailing list