Line 313:
Line 313:
Reconnectez-vous à votre interface web et voila ! Il n'y a plus la ligne <backup_number>.
Reconnectez-vous à votre interface web et voila ! Il n'y a plus la ligne <backup_number>.
−
===Known Issues===
+
===Problèmes connus===
−
* When restarting the BackupPC service you may receive the error as indicated below :<br />
+
* Au redémarrage du service BackupPC, vous pouvez recevoir l'error indiquée ci-dessous :<br />
'''
'''
[root@backuppc ~]# service backuppc restart<br />
[root@backuppc ~]# service backuppc restart<br />
Line 324:
Line 324:
BackupPC: database configuration's PRUNEPATHS. This may cause all of your
BackupPC: database configuration's PRUNEPATHS. This may cause all of your
BackupPC: backed up files to be indexed!'''
BackupPC: backed up files to be indexed!'''
−
'''To remove the warning''' <br />
+
'''Pour supprimer l'alerte''' <br />
−
you should create a custom template '''/etc/e-smith/templates-custom/etc/updatedb.conf/10conf''' (copy the default /etc/e-smith/templates/etc/updatedb.conf/10conf)<br />
+
Vous devez créer un fragment de modèle personnalisé '''/etc/e-smith/templates-custom/etc/updatedb.conf/10conf''' (copier le fragment par défaut /etc/e-smith/templates/etc/updatedb.conf/10conf)<br />
mkdir -p /etc/e-smith/templates-custom/etc/updatedb.conf/
mkdir -p /etc/e-smith/templates-custom/etc/updatedb.conf/
cp /etc/e-smith/templates/etc/updatedb.conf/10conf /etc/e-smith/templates-custom/etc/updatedb.conf/
cp /etc/e-smith/templates/etc/updatedb.conf/10conf /etc/e-smith/templates-custom/etc/updatedb.conf/
−
add the directory /var/lib/BackupPC to the PRUNEPATHS list, then
+
ajouter le répertoire /var/lib/BackupPC à la liste PRUNEPATHS, puis
expand-template /etc/updatedb.conf
expand-template /etc/updatedb.conf
* “aborted by signal=PIPE”
* “aborted by signal=PIPE”
−
Sometime the backup fails with this error, this error is related to the remote ssh service. You must set in the /etc/ssh/ssh_config of your remote host
+
Parfois la sauvegarde échoue avec cette erreur, cette erreur est relative au service ssh distant. Vous devez configurer dans le fichier /etc/ssh/ssh_config de votre hôte distant
−
ServerAliveInterval 120
ServerAliveInterval 120
−
then restart your ssh service
+
puis redémarrer votre ervice ssh
−
One other way could be to set in the setting of backupPC (RsyncClientCmd)the default value for all hosts
+
Une autre voie peut être de régler dans les réglages de backupPC (RsyncClientCmd), la valeur par défaut pour tous les hôtes :
$Conf{RsyncClientCmd} = '$sshPath -o ServerAliveInterval=120 -q -x -l root $host $rsyncPath $argList+';
$Conf{RsyncClientCmd} = '$sshPath -o ServerAliveInterval=120 -q -x -l root $host $rsyncPath $argList+';
−
* trying backing up a SME Server you might encounter error or timeout on ssh, this is because of the AutoBlock fucntion on sshd
+
* En essayant de sauvegarder une serveur KOOZALI SME, vous pouvez rencontrer une erreur ou un dépassement de temps sur ssh, c'est à cause de la fonction AutoBlock sur sshd qui est activée par défaut sur SME 9.x.
config setprop sshd AutoBlock disabled
config setprop sshd AutoBlock disabled
signal-event remoteaccess-update
signal-event remoteaccess-update
+
{{Tip box|type=Astuce :|si vous déactivez Autoblock, installez Learn pour ne pas perdre en sécurité.}}
=== Désinstaller ===
=== Désinstaller ===