rsync corrupted MAC
Larry Rosenman
ler at lerctr.org
Sun Oct 9 21:06:42 UTC 2011
Any ideas on which side or what might be broke here?
ler/MAIL-ARCHIVE/2008/12/INBOX
Corrupted MAC on input.
Disconnecting: Packet corrupt
rsync: connection unexpectedly closed (33845045 bytes received so far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at io.c(605) [receiver=3.0.9]
rsync: connection unexpectedly closed (1450 bytes received so far) [generator]
rsync error: unexplained error (code 255) at io.c(605) [generator=3.0.9]
The script:
#!/bin/sh
/usr/local/bin/rsync -Cavz --delete root at tbh.lerctr.org:/etc/ \
/vault/backup/TBH/etc/
/usr/local/bin/rsync -Cavz --delete root at tbh.lerctr.org:/home/ \
/vault/backup/TBH/home/
#/usr/local/bin/rsync -Cavz --delete root at tbh.lerctr.org:/usr/local/pgsql/backups/ \
# /vault/backup/TBH/pgsql/
/usr/local/bin/rsync -Cavz --delete root at tbh.lerctr.org:/var/named/ \
/vault/backup/TBH/named/
It seems to move and be at a random spot in the file.
Then it will move to a different file.
Ideas?
Source is 8.2-STABLE, and the Destination/controller is 9.0-BETA3.
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 512-248-2683 E-Mail: ler at lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893
More information about the freebsd-stable
mailing list