Hello everyone I deleted an old VM from PBS with id 100. The new VM always with id 100, from error in the backup.
I solved the problem because inside the datastore there was the same id 100 but with the notes inside the folder. So I delete the 100 folder and now it works.
I solved the problem because inside the datastore there was the same id 100 but with the notes inside the folder. So I delete the 100 folder and now it works.
Code:
root@pbs:/mnt/datastore/EVO/vm/100# ls -l
total 1
-rw-r--r-- 1 backup backup 14 Sep 25 2022 notes
root@pbs:/mnt/datastore/EVO/vm/100#
Code:
NFO: starting new backup job: vzdump 100 --mode snapshot --remove 0 --storage evo1tb --notification-mode notification-system --notes-template '{{guestname}}' --node pve
INFO: Starting Backup of VM 100 (qemu)
INFO: Backup started at 2026-05-28 07:33:46
INFO: status = running
INFO: VM Name: piholeVM
INFO: include disk 'scsi0' 'crucialhp:100/vm-100-disk-0.qcow2' 32G
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating Proxmox Backup Server archive 'vm/100/2026-05-28T05:33:46Z'
INFO: issuing guest-agent 'fs-freeze' command
INFO: starting backup via QMP command
INFO: issuing guest-agent 'fs-thaw' command
ERROR: VM 100 qmp command 'backup' failed - backup connect failed: command error: unable to read "/mnt/datastore/EVO/vm/100/owner" - No such file or directory (os error 2)
INFO: aborting backup job
INFO: resuming VM again
ERROR: Backup of VM 100 failed - VM 100 qmp command 'backup' failed - backup connect failed: command error: unable to read "/mnt/datastore/EVO/vm/100/owner" - No such file or directory (os error 2)
INFO: Failed at 2026-05-28 07:33:46
INFO: Backup job finished with errors
INFO: notified via target `mail-to-root`
TASK ERROR: job errors
Attachments
Last edited: