Added S3 Glacier backend

This commit is contained in:
Antoine Lima 2021-12-28 23:43:51 +00:00
parent 9c0586263f
commit d1b6f21623

View File

@ -9,6 +9,10 @@ backends:
type: local type: local
path: /mnt/hdd/autorestic.backup path: /mnt/hdd/autorestic.backup
glacier:
type: rclone
path: scaleway-glacier:/autorestic-sagou.in
locations: locations:
databases: databases:
from: /mnt/ssd/backup-working/db-dumps from: /mnt/ssd/backup-working/db-dumps
@ -28,6 +32,7 @@ locations:
- /opt/yunohost/wireguard/db/ - /opt/yunohost/wireguard/db/
to: to:
- hdd - hdd
- glacier
cron: '0 3 * * 4' # At 3:00am on Thursday cron: '0 3 * * 4' # At 3:00am on Thursday
options: options:
forget: forget:
@ -37,6 +42,7 @@ locations:
from: /mnt/ssd/backup-working/gitea from: /mnt/ssd/backup-working/gitea
to: to:
- hdd - hdd
- glacier
cron: '0 3 * * 4' # At 3:00am on Thursday cron: '0 3 * * 4' # At 3:00am on Thursday
hooks: hooks:
before: before:
@ -50,6 +56,7 @@ locations:
- /home/roxane - /home/roxane
to: to:
- hdd - hdd
- glacier
cron: '0 3 * * 4' # At 3:00am on Thursday cron: '0 3 * * 4' # At 3:00am on Thursday
nextcloud: nextcloud:
@ -57,6 +64,7 @@ locations:
- /home/yunohost.app/nextcloud - /home/yunohost.app/nextcloud
to: to:
- hdd - hdd
- glacier
cron: '0 3 * * 4' # At 3:00am on Thursday cron: '0 3 * * 4' # At 3:00am on Thursday
#hooks: #hooks:
#before: #before:
@ -73,6 +81,7 @@ locations:
- /var/www/dokuwiki/data/media_meta - /var/www/dokuwiki/data/media_meta
to: to:
- hdd - hdd
- glacier
cron: '0 3 * * 4' # At 3:00am on Thursday cron: '0 3 * * 4' # At 3:00am on Thursday
mail: mail: