From 2e33f7fe3411859712c9b34282272ccff6db2420 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 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.autorestic.yml b/.autorestic.yml index ba3ad9c..74ef17c 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 @@ -99,6 +103,7 @@ locations: - /var/www/dokuwiki/data/media_meta to: - hdd + - oiseauroch - glacier cron: '0 3 * * 4' # At 3:00am on Thursday