Demande #2960
Le backup de scopolamine ne passe plus
Start date:
02/20/2018
Due date:
% Done:
0%
Estimated time:
Difficulté:
2 Facile
Description
Suite à la migration de scopolamine sur du kvm/lxc, le backup de scopolamine semble cassé :
Mail de backuppc :
The following hosts had an error that is probably caused by a misconfiguration. Please fix these hosts: - scopolamine (fileListReceive failed)
History
Updated by François Poulain almost 6 years ago
Corrigé par :
diff --git a/backuppc/scopolamine.pl b/backuppc/scopolamine.pl index fd984f1..60f6214 100644 --- a/backuppc/scopolamine.pl +++ b/backuppc/scopolamine.pl @@ -1,5 +1,5 @@ do "/etc/backuppc/config.pl"; $Conf{XferMethod} = 'rsync'; $Conf{RsyncShareName} = '/'; -$Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host.ee.april.org $rsyncPath $argList+'; -$Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l root $host.ee.april.org $rsyncPath $argList+'; +$Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host.local.april.org $rsyncPath $argList+'; +$Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l root $host.local.april.org $rsyncPath $argList+';
Curieux, je pensais l'avoir fait. J'ai du me chier.