Erreur "fileListReceive failed" - BackupPC

Bonjour,

J’essaye de faire une sauvegarde complète de PC2 sur PC1 mais cela ne fonctionne pas. J’ai l’erreur suivante dans le journal de backuppc :
2017-01-28 21:00:01 full backup started for directory /
2017-01-28 21:00:02 Got fatal error during xfer (fileListReceive failed)
2017-01-28 21:00:07 Backup aborted (fileListReceive failed)

pour info Xfer Method (mode de transport) est rsync

J’ai vérifié que PC1 se connecte bien sur PC2 en ssh avec une clé.
backuppc@srv-deb:~$ ssh root@mk808
Linux MK808-deb 3.0.8+ #29 SMP PREEMPT Sat Dec 17 15:37:54 CET 2016 armv7l

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sat Jan 28 20:53:01 2017 from srv-deb.domaine.lan
root@MK808-deb:~#

Pouvez vous m’aider, SVP ?

Merci,
Franck

Bonjour,

Ok lol, il manquait rsync sur le PC2. Ci-dessous les logs si cela peut aider un autre internaute…

backuppc@srv-deb:/root/.ssh$ /usr/share/backuppc/bin/BackupPC_dump -v -f "mk808"
cmdSystemOrEval: about to system /bin/ping -c 1 mk808
cmdSystemOrEval: finished: got output PING MK808.domaine.lan (192.168.2.1) 56(84) bytes of data.
64 bytes from mk808.domaine.lan (192.168.2.1): icmp_seq=1 ttl=64 time=5.18 ms

— MK808.domaine.lan ping statistics —
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 5.180/5.180/5.180/0.000 ms

cmdSystemOrEval: about to system /bin/ping -c 1 mk808
cmdSystemOrEval: finished: got output PING MK808.domaine.lan (192.168.2.1) 56(84) bytes of data.
64 bytes from mk808.domaine.lan (192.168.2.1): icmp_seq=1 ttl=64 time=11.9 ms

— MK808.domaine.lan ping statistics —
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 11.948/11.948/11.948/0.000 ms

CheckHostAlive: returning 11.948
full backup started for directory /
started full dump, share=/
Running: /usr/bin/ssh -q -x -l root mk808 /usr/bin/rsync --server --sender --numeric-ids --perms --owner --group -D --links --hard-links --times --block-size=2048 --recursive --ignore-times . /
Xfer PIDs are now 980
xferPids 980
Got remote protocol 1752392034
Fatal error (bad version): bash: /usr/bin/rsync: Aucun fichier ou dossier de ce type

Read EOF:
Tried again: got 0 bytes
fileListReceive() failed
Done: 0 files, 0 bytes
Got fatal error during xfer (fileListReceive failed)
cmdSystemOrEval: about to system /bin/ping -c 1 mk808
cmdSystemOrEval: finished: got output PING MK808.domaine.lan (192.168.2.1) 56(84) bytes of data.
64 bytes from mk808.domaine.lan (192.168.2.1): icmp_seq=1 ttl=64 time=5.79 ms

— MK808.domaine.lan ping statistics —
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 5.792/5.792/5.792/0.000 ms

cmdSystemOrEval: about to system /bin/ping -c 1 mk808
cmdSystemOrEval: finished: got output PING MK808.domaine.lan (192.168.2.1) 56(84) bytes of data.
64 bytes from mk808.domaine.lan (192.168.2.1): icmp_seq=1 ttl=64 time=6.86 ms

— MK808.domaine.lan ping statistics —
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 6.864/6.864/6.864/0.000 ms

CheckHostAlive: returning 6.864
Backup aborted (fileListReceive failed)
Not saving this as a partial backup since it has fewer files than the prior one (got 0 and 0 files versus 0)
dump failed: fileListReceive failed