backup.sh: legg til backupmål for isvegg

This commit is contained in:
2026-01-31 11:04:48 +09:00
parent ce998ea006
commit 0ce2a19193
2 changed files with 23 additions and 0 deletions

View File

@@ -213,6 +213,23 @@ balduzius_excludes=(
)
host_ssh_hostname["balduzius"]="balduzius-backup"
# isvegg
hosts+=("isvegg")
isvegg_includes=(
"/"
)
isvegg_excludes=(
"/home"
"/nix"
"/scratch"
"/usr/bin/ollama"
"/usr/share/ollama"
"/var/cache/"
"/var/lib/plocate"
"/var/log/journal"
)
host_ssh_hostname["isvegg"]="isvegg-backup"
# gitea (kommode)
hosts+=("gitea")
gitea_includes=(

View File

@@ -32,6 +32,12 @@ Host balduzius-backup
IdentityFile /backupz/ssh_extra_keys/id_ed25519_balduzius_rsync_backup
BatchMode yes
Host isvegg-backup
User root
Hostname isvegg.pvv.ntnu.no
IdentityFile /backupz/ssh_extra_keys/id_ed25519_isvegg_rsync_backup
BatchMode yes
Host matrix-media-store-backup
User root
Hostname matrix.pvv.ntnu.no