I met the “aborted by signal=PIPE” when i used Backuppc to backup the remote server

so i run the commands on console:

/usr/bin/ssh -q -x -l backup remote_ip /usr/bin/rsync –server –sender -v –ignore-times . /

protocol version mismatch — is your shell clean?

(see the rsync man page for an explanation)

rsync error: protocol incompatibility (code 2) at compat.c(171) [sender=3.0.4]

I search from internet, get the answer: “clean the .bashrc .bash_profile”….

but still doesn’t work

Finally I got the answer, because the argLists was overwritten, so I changed backup. the Backuppc works.

the right argLists is :

/usr/bin/ssh -q -x -l backup remote_ip /usr/bin/rsync –server –sender –numeric-ids –perms –owner –group -D –links –hard-links –times –block-size=2048 –recursive –ignore-times . /