From bc64ca238b2b808379b3a6cb3b5d46e8dddff02c Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Mon, 20 Mar 2023 22:42:14 +0000 Subject: [PATCH] Update README.md --- Plan Borg/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Plan Borg/README.md b/Plan Borg/README.md index 234fb1d..2bdfc05 100644 --- a/Plan Borg/README.md +++ b/Plan Borg/README.md @@ -221,13 +221,13 @@ C'est le cas nominal. Le principe consiste à configurer le serveur de sauvegard ## Côté machine à sauvegarder -Script expérimental (s'arrêtant à l'ajout de la passphrase) : +Script expérimental (s'arrêtant à l'ajout de la passphrase, reprendre à ce moment ci-dessous) : ``` wget -O /tmp/deploy-remote https://git.a-lec.org/a-lec/commissions/infrastructure/sauvegardes/-/raw/main/Plan%20Borg/bin/deploy-remote bash /tmp/deploy-remote ``` -Sinon, mode manuel. +Sinon, mode manuel ci-après. Ajouter les backports bullseye dans `/etc/apt/source.list.d` : ``` @@ -258,6 +258,12 @@ cd /etc/borgmatic URL=https://git.a-lec.org/a-lec/commissions/infrastructure/sauvegardes/-/raw/main/Plan%20Borg/ wget -nv $URL/models/excludes wget -nv $URL/models/model-conf-remote-client.yaml -O /etc/borgmatic/config.yaml +mkdir -p /etc/borgmatic/hooks/ +cd /etc/borgmatic/hooks +wget -nv $URL/bin/dumps +wget -nv $URL/bin/dump-msql +wget -nv $URL/bin/dump-psql +wget -nv $URL/bin/dump-influx ``` Configurer la passphrase dans `/etc/borgmatic/config.yaml` :