From 9e29b7b0eb50f92811249bea9e45cc26fd65bd95 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Sat, 29 Oct 2022 16:01:52 -0600 Subject: [PATCH] tack on releases folder to ZFS restrict --- functions/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/backup.sh b/functions/backup.sh index 7985843b..7be2305e 100644 --- a/functions/backup.sh +++ b/functions/backup.sh @@ -156,7 +156,7 @@ do # Set mountpoints to legacy prior to restore, ensures correct properties for the are set echo -e "\nSetting correct ZFS properties for application volumes.." - for pvc in $(zfs list -t filesystem -r "$pool"/ix-applications -o name -H | grep "volumes/pvc") + for pvc in $(zfs list -t filesystem -r "$pool"/ix-applications/releases -o name -H | grep "volumes/pvc") do if zfs set mountpoint=legacy "$pvc"; then echo "Success for - \"$pvc\""