This is a discussion on DO NOT REPLY [Bug 2208] cygwin version of rsync sometimes hangs - Tools ; https://bugzilla.samba.org/show_bug.cgi?id=2208 tony3@garlandconsulting.us changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tony3@garlandconsulting.us ------- Comment #12 from tony3@garlandconsulting.us 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/...s-with-cygwin/ which described running rsync on the ...
https://bugzilla.samba.org/show_bug.cgi?id=2208
tony3@garlandconsulting.us changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tony3@garlandconsulting.us
------- Comment #12 from tony3@garlandconsulting.us 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/...s-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