From 0ce2a191930161088540a75f1239725874b9dbc0 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 31 Jan 2026 11:04:48 +0900 Subject: [PATCH] =?UTF-8?q?backup.sh:=20legg=20til=20backupm=C3=A5l=20for?= =?UTF-8?q?=20isvegg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backup.sh | 17 +++++++++++++++++ ssh_config_backup_targets | 6 ++++++ 2 files changed, 23 insertions(+) diff --git a/backup.sh b/backup.sh index e9772d1..807703e 100755 --- a/backup.sh +++ b/backup.sh @@ -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=( diff --git a/ssh_config_backup_targets b/ssh_config_backup_targets index 7be2fa8..2d8ff93 100644 --- a/ssh_config_backup_targets +++ b/ssh_config_backup_targets @@ -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