Charles writes:

> full backup started for directory /home/cswarts
> started full dump, share=/home/cswarts
> Running: /usr/bin/ssh -q -x -l rback -p 222 vps.deadeyedata.com sudo\
> /usr/bin/rsync --server --sender --numeric-ids --perms --owner --group -D
> --links --hard-links --times --block-size=2048 --relative --ignore-times
> --recursive --ignore-times . /home/cswarts/
> Xfer PIDs are now 15809
> xferPids 15809
> Rsync command pid is 15809
> Fetching remote protocol
> Got remote protocol 28
> Negotiated protocol version 28
> Checksum seed is 1768191091
> Got checksumSeed 0x69647473
> Read EOF:

The checksumSeed doesn't look right.  If you don't specify it on
the command line, it should default to unix time().

In your case it comprises the four ascii characters "idts".  That
isn't coming from rsync.  Hopefully that is a clue for you.

I suspect [EMAIL PROTECTED]'s .login, .bashrc, .cshrc or sudo
etc is running (likely backgrounding?) some program that emits some
characters which interfere with the rsync data stream.

Craig

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to