https://bugzilla.samba.org/show_bug.cgi?id=2208
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
------- Comment #12 from [EMAIL PROTECTED] 2008-10-02 12:46 CST -------
The --bwlimit work-around did not fix the problem for me. Instead, I found this
page:
http://marc-abramowitz.com/archives/2007/10/14/solving-rsync-hangs-with-cygwin/
which described running rsync on the client against a TCP daemon service
(rather than over ssh) which solved the problem for me. After setting up an
rsyncd.conf file and installing the rsyncd daemon as a service on the remote
machine:
cygrunsrv --install "rsyncd" --path /usr/bin/rsync --args "--daemon
--no-detach"
--desc "Starts a rsync daemon for accepting incoming rsync connections"
--disp "Rsync Daemon" --type auto
it worked without a hitch and is no longer stalling on large files.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
--
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