On 7/16/07, Aaron W Morris <[EMAIL PROTECTED]> wrote:
The difference could be --whole-file which is enabled by default when
the source and destination are local disks.  You could try to disable
that with --no-whole-file .

--no-whole-file reduces data transfer between the sending and
receiving rsync processes.  On a local run, it is very unlikely to do
any good.  In fact, it increases the amount of disk I/O (since the
generator reads the basis file), so if disk I/O is the bottleneck, it
will actually make rsync even slower.

Matt
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to