On Thu, 05 Sep 2013 20:04:21 +0200 "Stier, Matthew" wrote:

> The only time I've seen where some kind of threading would have help,
> is I was trying to transfer hundreds of gigabytes of data across a
> gigabyte link. ...

There is another rather common case I think where this would help:
when the destination directory is located on a NAS over NFS.

In this case, except of course for the initial transfert, most of the
time is spent in calculating the file list on the destination.

Multithreading only the computation of the destination.file list, in
--no-inc-recursive mode, would gain a lot I think.

    Francis
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
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