On Mon 05 Feb 2007, Matt wrote: > > Anyway, I am wondering why it is taking full 12 minutes to complete the > rsync. The connection link is a GigE LAN. Thus most time is spent > comparing the file lists at sender and receiver. However, a comparison > rate of 217293 files / 670 sec = 325 files/sec seems pretty low, no?
If your network is fast, try using --whole-file to prevent a lot of IO while rsync is trying to find matching blocks when a file has been updated. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html