rsync error after server restore

Wayne Davison wayned at samba.org
Fri Jun 6 16:25:46 GMT 2008


On Wed, Jun 04, 2008 at 05:25:06PM -0300, Manuel Kissoyan wrote:
> rsync error: timeout in data send/receive (code 30) at io.c(233) [sender=3.0.0pre2]

Are you using a --timeout option or a timeout parameter in a daemon
config?  If so, try increasing that value.  If not, you should check to
see if both sides are reporting a connection-closed error, or if one
side is dying/crashing.  One way to do that by attaching an strace to
each of the 3 programs (e.g. use "strace -o FILE -p PID" after it is
running if you don't want to tweak the way you start the copy going).

..wayne..


More information about the rsync mailing list