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 [email protected]:/etc/ \ /vault/backup/TBH/etc/ /usr/local/bin/rsync -Cavz --delete [email protected]:/home/ \ /vault/backup/TBH/home/ #/usr/local/bin/rsync -Cavz --delete [email protected]:/usr/local/pgsql/backups/ \ # /vault/backup/TBH/pgsql/ /usr/local/bin/rsync -Cavz --delete [email protected]:/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: [email protected] US Mail: 430 Valona Loop, Round Rock, TX 78681-3893 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
