Update pbs-zfs-daily.sh

Disable ZFS on Target
This commit is contained in:
Chriz
2024-02-04 14:04:45 +01:00
committed by GitHub
parent f85ea33537
commit dfc2729e3a

View File

@@ -36,6 +36,10 @@ SSHPORT='22' #SSH Port, usually default 22 internally
MAINTDAY=0
#Disable ZFS Auto Snapshot on Destination
zfs set com.sun:auto-snapshot=false $ZFSTRGT
#Mark Source for full Backup with Zsync
ssh root@$SOURCEHOST zfs set $ZPUSHTAG=all $ZFSROOT