I'm trying to rsync data from one ubuntu box to another, but whenever I try to run the command, I get the error,
error in rsync protocol data stream (code 12) at io.c(605) [Receiver=3.0.9]I've seen people get io.c(600) and 610 errors in various other places around the web, but nothing about a 605 error. What's the cause of this issue? How can it be fixed?
The command i'm running is
/usr/bin/rsync -az -e /usr/bin/ssh user@remote:filename /path/to/local/filename