On Wed, Dec 9, 2009 at 10:08 PM, Max Arnold <lwa...@gmail.com> wrote: > in my tests rsync often stalls > for 3-5 minutes, while wget stalls only for several seconds and then > continues download.
Have you verified that rsync is actually stalled, and not simply sending incremental file-list information in between files? (e.g. strace rsync and see what it's doing.) You could try using --no-inc-recursive to see if doing all the file-list changes up front makes any difference. ..wayne.. -- 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