Why rsync failing with an error message "rsync error: error in rsync protocol data stream (code 12) at io.c(463) [sender=2.6.8]"
Issue
- Running
rsync
form the system is failing with an error messagersync error: error in rsync protocol data stream (code 12) at io.c(463) [sender=2.6.8]
.
[user@example ~]$ rsync -ahe ssh /home/user/dir 192.168.0.1:/test
user@192.168.0.1's password:
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(463) [sender=2.6.8]
Environment
- Red Hat Enterprise Linux 5.5
- rsync
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.