I'm running with Red Hat OS I'm trying to synchronize 2 machines with rsync protocol. The following rsync command works: rsync * -vatcu include="1" qoduser@lab2-pc:/usr/local/imagine/currenBuild/mcs/cache_index_files After ~150M files transmitted connection closed with some errors : Received disconnect from 20.20.10.250: 2: Corrupted MAC on input. rsync: writefd_unbuffered failed to write 4 bytes [sender]: Broken pipe (32) rsync: connection unexpectedly closed (1862 bytes received so far) [sender] rsync error: unexplained error (code 255) at io.c(453) [sender=2.6.9]
That seems to be related to rsync.
You need to investigate the cause of the error that made the connection close: Received disconnect from 20.20.10.250: 2: Corrupted MAC on input. If you google for the "corrupted" part of the error, you'll see this is an ssh error.