Re: rsync through high latency connection

2004-11-12 Thread Dan Pritts
there are also some issues with using ssh as your transport that can slow down transfers over high-bandwidth links. http://www.psc.edu/networking/projects/hpn-ssh/ You can tune TCP as well - see www.web100.org for lots and lots of info. Most of this stuff is written to deal with extremely hig

Re: rsync through high latency connection

2004-11-06 Thread Jason Haar
Wayne Davison wrote: On Fri, Oct 29, 2004 at 07:03:43PM -0700, Rudy Moore wrote: I noticed in the feature list that rsync pipelines file transfers to minimize latency - does this only affect transfer of large numbers of files? It should be true of any transfer, but I'd estimate that the rou

Re: rsync through high latency connection

2004-10-30 Thread Wayne Davison
On Fri, Oct 29, 2004 at 07:03:43PM -0700, Rudy Moore wrote: > I noticed in the feature list that rsync pipelines file transfers to > minimize latency - does this only affect transfer of large numbers of > files? It should be true of any transfer, but I'd estimate that the round-trip time gets fact

rsync through high latency connection

2004-10-29 Thread Rudy Moore
Hi, I have a high latency, but relatively high bandwidth (1.5 Mbps) connection that I'm trying to rsync through. I noticed in the feature list that rsync pipelines file transfers to minimize latency - does this only affect transfer of large numbers of files? Are there configuration steps that I