From ba84b16cc0e7f9fbf8bb3831c81e9363e3ea1ef2 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Fri, 29 May 2026 14:37:29 +0900 Subject: [PATCH] backup.sh: ekskluder `/var/spool/rwho` for diverse maskiner --- backup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backup.sh b/backup.sh index 3b3bfe3..af84965 100755 --- a/backup.sh +++ b/backup.sh @@ -179,6 +179,7 @@ sleipner_includes=( sleipner_excludes=( "/scratch/" "/var/cache/" + "/var/spool/rwho" ) # tom @@ -189,6 +190,7 @@ tom_includes=( ) tom_excludes=( "/var/cache/" + "/var/spool/rwho" ) # balduzius @@ -256,6 +258,7 @@ isvegg_excludes=( "/var/cache/" "/var/lib/plocate" "/var/log/journal" + "/var/spool/rwho" ) host_ssh_hostname["isvegg"]="isvegg-backup"