Hi all,

Just a follow up after I engaged my brain. So because this config was
copied from a backuppc server in another data centre and that server
has now become "remote", i.e. not the local box, the RsyncClientCmd
didn't have any SSH in it!!!!

So it was:

    RsyncClientCmd: /usr/bin/sudo $rsyncPath $argList+
    RsyncClientRestoreCmd: /usr/bin/sudo $rsyncPath $argList+

when it should have been:

    RsyncClientCmd: $sshPath -q -x -p XXXXX -l root $host nice -n 19
/usr/bin/ionice -c 2 $rsyncPath $argList+
    RsyncClientRestoreCmd: $sshPath -q -x -p XXXXX -l root $host nice
-n 19 /usr/bin/ionice -c 2 $rsyncPath $argList+

In case others do what I did :-)

Thanks.


_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/

Reply via email to