I have been getting the follow error when trying to rsync from one server to a remote server:
rsync error: unexplained error (code 130) at rsync.c(541) [Receiver=3.0.7]
The server configurations are identical both are running Ubuntu 10.04 LTS.
I have successfully made an SSH connection between the two servers using ssh keys.
Any help troubleshooting this error would be greatly appreciated.
The command that I am using is:
rsync -v -e ssh remote-user@remote-server:/path/to/dir/ /path/to/dir
This command hangs. I have to Cntl + C to cancel the command and that is when I receive the error message above.
SOLVED! The solution was to remove a chroot jail in /etc/ssh/sshd_config from the user group that I was connecting to the remote server with.