This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: rsync 3.0.9 fails when over ssh: connection unexpectedly closed / error in rsync protocol data stream


seems like your rsync path is not in a standard path. If you add rsync-path
with the path of rsync that is installed on server, it should work 
 Sample command
rsync --rsync-path=/opt/software/bin/rsync  -avz -e ssh
test-user@test.server.com:/user/test /cygdrive/c/test



--
View this message in context: http://cygwin.1069669.n5.nabble.com/rsync-3-0-9-fails-when-over-ssh-connection-unexpectedly-closed-error-in-rsync-protocol-data-stream-tp57350p93637.html
Sent from the Cygwin list mailing list archive at Nabble.com.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]