Re: BackupPC using rsync fails with "protocol version mismatch -- is your shell clean?"

2016-02-15 Thread Francisco López
Hello Kevin, Thank you for your answer. Yes, sorry, I forgot to mention that test. I did it. The result is: backup-user@backup:~$ /usr/bin/ssh -q -x -l backup-user 192.168.10.20 true > testfile backup-user@backup:~$ ll testfile -rw-r--r-- 1 backup-user backup-user 0 feb 16 02:26 testfile -- Fra

Re: BackupPC using rsync fails with "protocol version mismatch -- is your shell clean?"

2016-02-15 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Did you do the clean shell test? /usr/bin/ssh -q -x -l backup-user 192.168.10.20 true > testfile After running that, testfile should be 0 bytes. On 02/15/2016 08:13 PM, Francisco López wrote: > Hello, > > I just installed BackupPC in a Debian box to

BackupPC using rsync fails with "protocol version mismatch -- is your shell clean?"

2016-02-15 Thread Francisco López
Hello, I just installed BackupPC in a Debian box to use it as backup server. As you know, this software makes use, among others, of rsync. When using the rsync option, it fails. Server: Debian Jessie. BackupPC 3.3.1 built from source, executed by user "backup-user". Rsync 3.1.2 built from source