- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] RSYNC and long Ping Times
- From: Scott Ragen <scott@xxxxxxxxxxxxxxx>
- Date: Mon, 20 Feb 2006 11:03:18 +1100
slug-bounces@xxxxxxxxxxx wrote on 20/02/2006 10:26:23 AM:
> Hi All
>
> I use rsync to back up data between servers for one of my clients. I
have
> just installed a new site for themIn Leeville which is in country NSW.
The
> site is on a 2 way sat link and as such gets ping times of 1200ms
regularly.
> When I try and run the Rsync script I get as far as receiving the file
list
> and then get the following:
>
--rsync errors removed.
You could try setting the --timeout= option of rsync to longer delays.
You could also try setting --bwlimit=<KBPS> which will limit the bandwidth
incase the link is getting saturated.
Cheers,
Scott