Update pbs-zfs-daily.sh

undo
This commit is contained in:
Chriz
2024-12-31 13:53:38 +01:00
committed by GitHub
parent 41d3e9a0ae
commit 3662e47798

View File

@@ -106,7 +106,7 @@ fi
### one Day is 86400 Seconds, so we going Condition grey if no new Status File will be pushed
ssh root@$SOURCEHOST vzdump --node $SOURCEHOSTNAME --storage $BACKUPSTORE --exclude $BACKUPEXCLUDE --mode snapshot --all 1 --notes-template '{{guestname}}' --change-detection-mode metadata
ssh root@$SOURCEHOST vzdump --node $SOURCEHOSTNAME --storage $BACKUPSTORE --exclude $BACKUPEXCLUDE --mode snapshot --all 1 --notes-template '{{guestname}}'
if [ $? -eq 0 ]; then
echo command returned 0 is good