# set the VMIDs here of the VMs that can't be run at the same time
declare -a vmids_sharing_device1
vmids_sharing_device1=()
vmids_sharing_device1+=(100)
vmids_sharing_device1+=(101)
# if VMs that got shutdown because they were part of a group sharing a device
# should be started again when the backup job ends
resume_vmids_sharing_device="true"
# how many seconds need to be passed since booting the server before backup jobs are allowed to run.
# might be useful in case you virtualize a PBS or NAS that needs to be started first after boot
# in order for the backup storage to get available
boot_delay=0
You try to install the QEMU guest agent inside the VM and enable it in the VMs options so PVE will tell the guestOS to shutdown instead of triggering an ACPI shutdown command. Most OSs also got options where you can define how they should behave when ACPI events happens.Thanks for the effort, but this won't work for me because the VM that should automatically shut down doesn't shut down, it only asks if it should shut down and timeout the shutdown process.