Added sftp backend
This commit is contained in:
parent
aff169fd40
commit
9eab1fc5d3
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user