Update pbs-zfs-daily.sh

--pbs-change-detection-mode metadata for faster lxc backups
This commit is contained in:
Chriz
2025-04-16 16:35:55 +02:00
committed by GitHub
parent 6811c14f0b
commit f51f023806

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}}'
ssh root@$SOURCEHOST vzdump --node $SOURCEHOSTNAME --storage $BACKUPSTORE --exclude $BACKUPEXCLUDE --mode snapshot --all 1 --notes-template '{{guestname}}' --pbs-change-detection-mode metadata
if [ $? -eq 0 ]; then
echo command returned 0 is good