backup.sh: legg til backupmål for vaultwarden og snappymail
This commit is contained in:
@@ -244,6 +244,24 @@ postgresql_includes=(
|
||||
)
|
||||
host_ssh_hostname["postgresql"]="postgresql-backup"
|
||||
|
||||
# vaultwarden (bekkalokk)
|
||||
hosts+=("vaultwarden")
|
||||
vaultwarden_includes=(
|
||||
"/"
|
||||
)
|
||||
vaultwarden_excludes=(
|
||||
"/icon_cache"
|
||||
"/tmp"
|
||||
)
|
||||
host_ssh_hostname["vaultwarden"]="vaultwarden-backup"
|
||||
|
||||
# snappymail (bekkalokk)
|
||||
hosts+=("snappymail")
|
||||
snappymail_includes=(
|
||||
"/_data_"
|
||||
)
|
||||
host_ssh_hostname["snappymail"]="snappymail-backup"
|
||||
|
||||
|
||||
# === Sjekk at alle backup-kataloger har tilhørende datasett, og at datasettene er montert. ===
|
||||
|
||||
|
||||
Reference in New Issue
Block a user