I have PBS setup in a 3-node cluster. I have VM and an LXC running there. The LXC makes incremental backups fine but the VM fails after I make the initial full back with the following log -
INFO: starting new backup job: vzdump 400 --storage RPI-backups --mode snapshot --remove 0 --notes-template '{{guestname}}' --notification-mode auto --node rpi-pve1
INFO: Starting Backup of VM 400 (qemu)
INFO: Backup started at 2025-01-18 08:29:03
INFO: status = running
INFO: VM Name: Debian-Desktop
INFO: include disk 'scsi0' 'RPI-storage:400/vm-400-disk-1.qcow2' 64G
INFO: include disk 'efidisk0' 'RPI-storage:400/vm-400-disk-0.qcow2' 64M
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating Proxmox Backup Server archive 'vm/400/2025-01-18T13:29:03Z'
INFO: issuing guest-agent 'fs-freeze' command
INFO: issuing guest-agent 'fs-thaw' command
ERROR: VM 400 qmp command 'backup' failed - backup register image failed: command error: no previous backup found, cannot do incremental backup
INFO: aborting backup job
INFO: resuming VM again
ERROR: Backup of VM 400 failed - VM 400 qmp command 'backup' failed - backup register image failed: command error: no previous backup found, cannot do incremental backup
INFO: Failed at 2025-01-18 08:29:04
INFO: Backup job finished with errors
TASK ERROR: job errors
For some reason, the backup does not find the full backup of the VM (400) that I just made. The cluster is running the latest version of Proxmox for the arm64.
INFO: starting new backup job: vzdump 400 --storage RPI-backups --mode snapshot --remove 0 --notes-template '{{guestname}}' --notification-mode auto --node rpi-pve1
INFO: Starting Backup of VM 400 (qemu)
INFO: Backup started at 2025-01-18 08:29:03
INFO: status = running
INFO: VM Name: Debian-Desktop
INFO: include disk 'scsi0' 'RPI-storage:400/vm-400-disk-1.qcow2' 64G
INFO: include disk 'efidisk0' 'RPI-storage:400/vm-400-disk-0.qcow2' 64M
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: creating Proxmox Backup Server archive 'vm/400/2025-01-18T13:29:03Z'
INFO: issuing guest-agent 'fs-freeze' command
INFO: issuing guest-agent 'fs-thaw' command
ERROR: VM 400 qmp command 'backup' failed - backup register image failed: command error: no previous backup found, cannot do incremental backup
INFO: aborting backup job
INFO: resuming VM again
ERROR: Backup of VM 400 failed - VM 400 qmp command 'backup' failed - backup register image failed: command error: no previous backup found, cannot do incremental backup
INFO: Failed at 2025-01-18 08:29:04
INFO: Backup job finished with errors
TASK ERROR: job errors
For some reason, the backup does not find the full backup of the VM (400) that I just made. The cluster is running the latest version of Proxmox for the arm64.