Status of rsync on win32
Wayne Davison
wayned at samba.org
Tue Aug 30 01:56:07 GMT 2005
On Sun, Aug 28, 2005 at 10:15:55AM -0500, Misha Bergal wrote:
> rsync on the server machine makes System process to consume about 90%
> of CPU time.
If you are sending over a fast network, using -W (--whole-file) will
save you CPU (and disk I/O). In addition (or alternately), if you're
using an encrypted transport (such as ssh), try switching it to a faster
cipher (e.g. "-e ssh -c arcfour") or use an unencrypted transport (such
as rsh or a direct rsync daemon setup).
..wayne..
More information about the rsync
mailing list