Possible Duplicate:
protocol version mismatch — is your shell clean?
I am trying to backup my linux webserver to our local windows sbs 2003 server in the office. I have set up ssh and cwrsync on the windows server and have confirmed that the linux server can reach the windows server via the command:
ssh RemoteUser@xxx.xxx.xxx.xxx
It asks for a password and connects fine. However when I run this command to start the backup:
rsync -avz -e ssh home/account/public_html/some/small/directory/ remote_user@xxx.xxx.xxx.xxx:/cygdrive/c/backup/destination/directory/
I get this error after entering the password:
protocol version mismatch -- is your shell clean?
and then it dies.
What does this mean, and how do I fix it?