Actions
Demande #2960
ferméLe backup de scopolamine ne passe plus
Début:
20/02/2018
Echéance:
% réalisé:
0%
Temps estimé:
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)
Actions
#1
Mis à jour par François Poulain il y a presque 7 ans
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.
Actions