'rsync' is not recognized as an internal or external command, operable program or batch file
Posted
by
user1688269
on Super User
See other posts from Super User
or by user1688269
Published on 2012-09-21T09:01:03Z
Indexed on
2012/09/23
3:40 UTC
Read the original article
Hit count: 3055
I am VERY new to rsync and cygwin and I'm pretty sure I've installed everything correctly. I am trying to (for now) just rsync two Windows XP Laptops to tranfer files across from the one to the other to get a feel of it before I tackle bigger projects.
This is the code I try use to transfer the files but I always get the same error.
$ rsync -zrptL -v -e 'ssh -p 222' /tmp/rawr/
[email protected]:/tmp/play [email protected]'s password:
'rsync' is not recognized as an internal or external command, operable
program or batch file.
rsync: connection unexpectedly closed (0 bytes received so far)
[sender]
rsync error: error in rsync protocol data stream (code 12) at
/home/lapo/package/rsync-3.0.9-1/src/rsync-3.0.9/io.c(605)
[sender=3.0.9]
What could be the problem? I am really stuck at the moment.
© Super User or respective owner