Revert "Replace oiseauroch-sftp with garage S3 cluster with rhizome"

This reverts commit f3f05cd014f97c5aa41a98e15b9648e48430244a.
Because sagouin is no longer in the garage experiment, snif
This commit is contained in:
Antoine Lima 2024-01-18 16:56:46 +00:00
parent f3f05cd014
commit de7f45083a

View File

@ -9,9 +9,9 @@ backends:
type: local type: local
path: /mnt/hdd/autorestic.backup path: /mnt/hdd/autorestic.backup
garage: oiseauroch:
type: rclone type: sftp
path: garage:/antoine-backups/autorestic-sagou.in path: backup_oiseauroch:/backup_sagouin/backups
glacier: glacier:
type: rclone type: rclone
@ -22,7 +22,7 @@ locations:
from: /mnt/ssd/backup-working/db-dumps from: /mnt/ssd/backup-working/db-dumps
to: to:
- hdd - hdd
- garage - oiseauroch
cron: '0 3 * * 4' # At 3:00am on Thursday cron: '0 3 * * 4' # At 3:00am on Thursday
hooks: hooks:
before: before:
@ -33,9 +33,10 @@ locations:
from: from:
- /etc - /etc
- /var/spool/cron/crontabs/ - /var/spool/cron/crontabs/
- /opt/yunohost/wireguard/db/
to: to:
- hdd - hdd
- garage - oiseauroch
- glacier - glacier
cron: '0 3 * * 4' # At 3:00am on Thursday cron: '0 3 * * 4' # At 3:00am on Thursday
options: options:
@ -47,7 +48,7 @@ locations:
- /var/www/bludit/bl-content/pages/ - /var/www/bludit/bl-content/pages/
to: to:
- hdd - hdd
- garage - oiseauroch
- glacier - glacier
cron: '0 3 * * 4' # At 3:00am on Thursday cron: '0 3 * * 4' # At 3:00am on Thursday
options: options:
@ -58,7 +59,7 @@ locations:
from: /mnt/ssd/backup-working/gitea from: /mnt/ssd/backup-working/gitea
to: to:
- hdd - hdd
- garage - oiseauroch
- glacier - glacier
cron: '0 3 * * 4' # At 3:00am on Thursday cron: '0 3 * * 4' # At 3:00am on Thursday
hooks: hooks:
@ -73,7 +74,7 @@ locations:
- /home/roxane - /home/roxane
to: to:
- hdd - hdd
- garage - oiseauroch
- glacier - glacier
cron: '0 3 * * 4' # At 3:00am on Thursday cron: '0 3 * * 4' # At 3:00am on Thursday
@ -89,7 +90,7 @@ locations:
- '**/appdata_ocfigi57i0ri' - '**/appdata_ocfigi57i0ri'
to: to:
- hdd - hdd
- garage - oiseauroch
- glacier - glacier
cron: '0 3 * * 4' # At 3:00am on Thursday cron: '0 3 * * 4' # At 3:00am on Thursday
#hooks: #hooks:
@ -105,7 +106,7 @@ locations:
- /var/www/bookstack/storage/uploads - /var/www/bookstack/storage/uploads
to: to:
- hdd - hdd
- garage - oiseauroch
- glacier - glacier
cron: '0 3 * * 4' # At 3:00am on Thursday cron: '0 3 * * 4' # At 3:00am on Thursday
@ -114,7 +115,7 @@ locations:
- /var/mail - /var/mail
to: to:
- hdd - hdd
- garage - oiseauroch
- glacier - glacier
cron: '0 3 * * 4' # At 3:00am on Thursday cron: '0 3 * * 4' # At 3:00am on Thursday
@ -128,6 +129,6 @@ locations:
- '/home/yunohost.multimedia/share' - '/home/yunohost.multimedia/share'
to: to:
- hdd - hdd
- garage - oiseauroch
- glacier - glacier
cron: '0 3 * * 4' # At 3:00am on Thursday cron: '0 3 * * 4' # At 3:00am on Thursday