On 29 Oct 2000, "Paul D. Smith" <[EMAIL PROTECTED]> wrote:

> Anyway, I'm having a problem: rsync is insisting on re-distributing just
> about all the files.  I know they're not different, because rdist is
> keeping them up to date.  Some that rsync wants to re-send haven't been
> touched since 1997!

Make sure you're using the --times option to reset the file times
after they're transferred.  In fact, you may just want to use the
--archive option which wraps up this and others.

> I'd like to run some tests on the differences in speed between rdist and
> rsync, but I can't afford to have all 3G of data resent every time!

We did some performance tests the other day on a fairly slow machine.
On a 100Mbps network rsync achieves about 6.7MB/s.  The absolute limit
is 12MB/s, contention and ethernet/ip/tcp overhead reduces it to about
8MB/s.  So rsync is within shouting distance of full network
utilization.  Make your own measurements, of course.

-- 
Martin Pool, Linuxcare, Inc.
+61 2 6262 8990
[EMAIL PROTECTED], http://www.linuxcare.com/
Linuxcare. Support for the revolution.

PGP signature

Reply via email to