timeout issue

Wayne Davison wayned at samba.org
Fri Jul 9 23:40:48 GMT 2004


On Fri, Jul 09, 2004 at 01:23:26PM -0400, Sameer Kamat wrote:
> rsync -a --delete  --timeout=600 --stats --rsh="ssh -p 22" /localdata/ server:/remotedata/
> io timeout after 600 seconds - exiting

Try changing --delete to --delete-after and see if your timeout problem
either goes away or switches to after the files are transferred.  If so,
the pause for the receiver to build a list of files to allow it to
figure out what to delete is timing out.  The only solution to that (at
the moment) is to increase the timeout.

..wayne..


More information about the rsync mailing list