From 07c0e38c4c2982c87d961f845afea0a50b866dd4 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 5 Sep 2023 23:43:10 +0000 Subject: [PATCH] Ikke kopier /.zfs --- backup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup.sh b/backup.sh index 77eb40a..9da4c45 100755 --- a/backup.sh +++ b/backup.sh @@ -16,7 +16,7 @@ # -echo "PVV; hjemmelaget backupscript (2017.03.16 \$Revision: 1.11 $)" +echo "PVV; hjemmelaget backupscript (2017.03.16 \$Revision: 1.12 $)" echo echo $(date) @@ -79,7 +79,7 @@ echo "Starter backup..." #export RSYNC_RSH="ssh -c arcfour -v" export RSYNC_RSH="ssh -v" rsync="/usr/local/bin/rsync" -rsync_flags="--archive --hard-links --delete --numeric-ids --stats --inplace --relative" +rsync_flags="--archive --hard-links --delete --numeric-ids --stats --inplace --relative --exclude=/.zfs/" logdir="/backupz/log" # Gjør selve overføringen.