Here is a more detailed description of the problem:I'm just grasping at straws here but make sure that your server is using a compatible version of ssh. I've seen "rsync protocol data stream" errors when my client was using ssh 1 protocol and my server was using ssh 2 protocol.
+ /usr/bin/rsync -arvzu -e /usr/bin/ssh --delete --force --stats -- progress --rsync-path /usr/bin/rsync z floyd.orangeblues.com:/tmp Failed to dup/close : Socket operation on non-socket rsync error: error in IPC code (code 14) at /tmp/rsync-2.5.6/pipe.c(68) rsync: read error: Connection reset by peer rsync error: error in rsync protocol data stream (code 12) at /tmp/rsync- 2.5.6/i o.c(177)
Mark.
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/