Rsync hangs after a while when tunneling from A->B->C

Wayne Davison wayned at samba.org
Tue Oct 11 16:14:47 GMT 2005


On Tue, Oct 11, 2005 at 12:55:52PM +0200, Stefaan Lhermitte wrote:
> When I now run my Rsync scripts in cygwin:

Cygwin has a bug in its pipe handling that will lose information and
cause rsync to stall -- until this is fixed, you must avoid using the
remote-shell-copy syntax (in which the programs communicate via pipes).
One solution would be to setup an rsync daemon on the destination system
and use ssh to forward a port into the local network of the firewall
system, switching the client command over to a daemon-using copy.

..wayne..


More information about the rsync mailing list