From d1b6f216237997a55617a789cca51a6e8884bf5b Mon Sep 17 00:00:00 2001 From: Antoine Lima Date: Tue, 28 Dec 2021 23:43:51 +0000 Subject: [PATCH] Added S3 Glacier backend --- .autorestic.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.autorestic.yml b/.autorestic.yml index e84e6b6..3fa0ca9 100644 --- a/.autorestic.yml +++ b/.autorestic.yml @@ -9,6 +9,10 @@ backends: type: local path: /mnt/hdd/autorestic.backup + glacier: + type: rclone + path: scaleway-glacier:/autorestic-sagou.in + locations: databases: from: /mnt/ssd/backup-working/db-dumps @@ -28,6 +32,7 @@ locations: - /opt/yunohost/wireguard/db/ to: - hdd + - glacier cron: '0 3 * * 4' # At 3:00am on Thursday options: forget: @@ -37,6 +42,7 @@ locations: from: /mnt/ssd/backup-working/gitea to: - hdd + - glacier cron: '0 3 * * 4' # At 3:00am on Thursday hooks: before: @@ -50,6 +56,7 @@ locations: - /home/roxane to: - hdd + - glacier cron: '0 3 * * 4' # At 3:00am on Thursday nextcloud: @@ -57,6 +64,7 @@ locations: - /home/yunohost.app/nextcloud to: - hdd + - glacier cron: '0 3 * * 4' # At 3:00am on Thursday #hooks: #before: @@ -73,6 +81,7 @@ locations: - /var/www/dokuwiki/data/media_meta to: - hdd + - glacier cron: '0 3 * * 4' # At 3:00am on Thursday mail: