rsync stops/hangs (from windows to debian)
Matt McCutchen
hashproduct+rsync at gmail.com
Sat Oct 6 18:10:32 GMT 2007
On 10/4/07, Miles Raymond <miles.dev at itinternet.net> wrote:
> However, any other rsync always hangs on a small file shortly after starting. [...] From what I read from google, this seems to be a common problem with rsync on windows.
> Does anyone have any solutions for this or suggestions to try?
As a workaround, you might try setting a --bwlimit, as Wayne suggested here:
https://bugzilla.samba.org/show_bug.cgi?id=2208#c9
If a low --bwlimit setting doesn't fix the problem, I would be curious
if a tweak to the way --bwlimit is implemented (e.g., moving the
sleep_for_bwlimit call *before* the write in writefd_unbuffered, or
perhaps lowering bwlimit_writemax) would help. Please tell me if you
are interested in experimenting with this.
Matt
More information about the rsync
mailing list