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..
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to