backup.sh: back opp data fra uptime-kuma
Run shellcheck on shellscripts / check (push) Successful in 20s

This commit is contained in:
2026-05-26 13:43:24 +09:00
parent 786462bbcf
commit 571e8db227
2 changed files with 13 additions and 0 deletions
+7
View File
@@ -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. ===
+6
View File
@@ -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: