From 5a26c26a4f433d752c080880d4f12ba9b7796dd5 Mon Sep 17 00:00:00 2001 From: Chriz Date: Thu, 25 Jan 2024 18:08:23 +0100 Subject: [PATCH] Update pbs-zfs-daily.sh Bugfix --- pbs-zfs-daily.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbs-zfs-daily.sh b/pbs-zfs-daily.sh index c6e5344..cc6f12b 100644 --- a/pbs-zfs-daily.sh +++ b/pbs-zfs-daily.sh @@ -30,7 +30,7 @@ MAINTDAY=0 # ssh root@$SOURCEHOST zfs set $ZPUSHTAG=subvols $ZFSROOT # Schleife für Excludes -echo "target=rpool/repl" > /etc/bashclub/$SOURCEHOST.conf +echo "target=$ZFSTRGT" > /etc/bashclub/$SOURCEHOST.conf echo "source=root@$SOURCEHOST" >> /etc/bashclub/$SOURCEHOST.conf echo "sshport=$SSHPORT" >> /etc/bashclub/$SOURCEHOST.conf echo "tag=$ZPUSHTAG" >> /etc/bashclub/$SOURCEHOST.conf