Improved Plan B scripts.

This commit is contained in:
Christian P. MOMON 2023-03-19 09:44:47 +01:00
parent 7ad7750028
commit 8abfe4506f
1 changed files with 2 additions and 0 deletions

View File

@ -3,3 +3,5 @@ PORT=222
for BACKUP_SERVER in sauvkipeu.libre-en-communs.org gardefou.libre-en-communs.org; do for BACKUP_SERVER in sauvkipeu.libre-en-communs.org gardefou.libre-en-communs.org; do
rsync -aq -e "ssh -p ${PORT} -i /root/.ssh/backup_ssh_key" --numeric-ids --update --delete --delete-after --exclude '/dev/' --exclude '/proc/' --exclude '/sys/' / borg@${BACKUP_SERVER}:/mirror/ rsync -aq -e "ssh -p ${PORT} -i /root/.ssh/backup_ssh_key" --numeric-ids --update --delete --delete-after --exclude '/dev/' --exclude '/proc/' --exclude '/sys/' / borg@${BACKUP_SERVER}:/mirror/
done done
# Don't be afraid by the rsync destination. The authorized_keys in backup server contains a rrsync restriction which fix the good directory.