backup.sh: back opp data fra uptime-kuma
Run shellcheck on shellscripts / check (push) Successful in 20s
Run shellcheck on shellscripts / check (push) Successful in 20s
This commit is contained in:
@@ -328,6 +328,13 @@ snappymail_includes=(
|
||||
)
|
||||
host_ssh_hostname["snappymail"]="snappymail-backup"
|
||||
|
||||
# uptime-kuma (ildkule)
|
||||
hosts+=("uptime_kuma")
|
||||
uptime_kuma_includes=(
|
||||
"/"
|
||||
)
|
||||
host_ssh_hostname["uptime_kuma"]="uptime-kuma-backup"
|
||||
|
||||
|
||||
# === Sjekk at alle backup-kataloger har tilhørende datasett, og at datasettene er montert. ===
|
||||
|
||||
|
||||
@@ -86,4 +86,10 @@ Host snappymail-backup
|
||||
IdentityFile /backupz/ssh_extra_keys/id_ed25519_snappymail_rsync_backup
|
||||
BatchMode yes
|
||||
|
||||
Host uptime-kuma-backup
|
||||
User root
|
||||
Hostname status.pvv.ntnu.no
|
||||
IdentityFile /backupz/ssh_extra_keys/id_ed25519_uptime_kuma_rsync_backup
|
||||
BatchMode yes
|
||||
|
||||
# vim: set ft=sshconfig:
|
||||
|
||||
Reference in New Issue
Block a user