From 9eab1fc5d3e2304e6ad8168c14a73dedbcec0257 Mon Sep 17 00:00:00 2001 From: Antoine Lima Date: Thu, 11 Aug 2022 09:30:13 +0000 Subject: [PATCH] Added sftp backend --- .autorestic.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.autorestic.yml b/.autorestic.yml index ba3ad9c..417fa59 100644 --- a/.autorestic.yml +++ b/.autorestic.yml @@ -9,6 +9,10 @@ backends: type: local path: /mnt/hdd/autorestic.backup + oiseauroch: + type: sftp + path: backup_oiseauroch:/backup_sagouin/backups + glacier: type: rclone path: scaleway-glacier:/autorestic-sagou.in @@ -18,6 +22,7 @@ locations: from: /mnt/ssd/backup-working/db-dumps to: - hdd + - oiseauroch cron: '0 3 * * 4' # At 3:00am on Thursday hooks: before: @@ -32,6 +37,7 @@ locations: - /opt/yunohost/wireguard/db/ to: - hdd + - oiseauroch - glacier cron: '0 3 * * 4' # At 3:00am on Thursday options: @@ -43,6 +49,7 @@ locations: - /var/www/bludit/bl-content/pages/ to: - hdd + - oiseauroch - glacier cron: '0 3 * * 4' # At 3:00am on Thursday options: @@ -53,6 +60,7 @@ locations: from: /mnt/ssd/backup-working/gitea to: - hdd + - oiseauroch - glacier cron: '0 3 * * 4' # At 3:00am on Thursday hooks: @@ -67,6 +75,7 @@ locations: - /home/roxane to: - hdd + - oiseauroch - glacier cron: '0 3 * * 4' # At 3:00am on Thursday @@ -82,6 +91,7 @@ locations: - '**/appdata_ocfigi57i0ri' to: - hdd + - oiseauroch - glacier cron: '0 3 * * 4' # At 3:00am on Thursday #hooks: @@ -99,6 +109,7 @@ locations: - /var/www/dokuwiki/data/media_meta to: - hdd + - oiseauroch - glacier cron: '0 3 * * 4' # At 3:00am on Thursday @@ -107,6 +118,7 @@ locations: - /var/mail to: - hdd + - oiseauroch - glacier cron: '0 3 * * 4' # At 3:00am on Thursday @@ -120,6 +132,7 @@ locations: - '/home/yunohost.multimedia/share' to: - hdd + - oiseauroch - glacier cron: '0 3 * * 4' # At 3:00am on Thursday