rsync error
Hi,When I use
rsync -avz -e ssh root@host.com:/backup/cpbackup/daily/ /home/user/folder/
this error appears
Disconnecting: Corrupted MAC on input.
rsync: connection unexpectedly closed (13681422 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(443)
rsync: connection unexpectedly closed (3412 bytes received so far) [generator]
rsync error: error in rsync protocol data stream (code 12) at io.c(443)
any idea how can I solve this issue ??