Hi, I try to use backuppc to backup files of my servers. My backuppc is a docker container and I have 5 rsync worker replicas.
So I ssh into my rsyncworker as root then I rsync $host datatobackup /destination. Here's my command : $sshPath -q -x -l root rsyncworker $rsyncPath -avz $host $argList+ /space/backuppc/$host I've got this error : Got fatal error during xfer (fileListReceive failed) Backup aborted (fileListReceive failed Here is the command that is executed in the log: /usr/bin/ssh -q -x -l root rsyncworker /usr/bin/rsync -avz $host --server --sender --numeric-ids --perms --owner --group -D --links --hard-links --times --block-size=2048 --recursive . / /space/backuppc/$host I tried to run this command from my rsyncworker and nothing happens. No error message. I need to Ctrl+C to stop it. I run the command without the --server and --sender options Then files are successfully copied but it backup the entire server it does not take includes and excludes parameters. Does anybody have any idea? Regards, -- *Raphaël CHANE-SING GUAN* csgr.raph...@gmail.com T : +33 7 88 37 08 28 thecitygraph IG <https://www.instagram.com/thecitygraph>
_______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/