Hi everyone,
I'm trying to determine whether this is a bug or if I'm missing something in my configuration.
Environment
- Veeam Backup & Replication Community Edition 13
- Build: 13.0.2.29
- Proxmox VE 9.2.2
- 2-node Proxmox cluster
- Shared QCOW2 storage
- Backup Proxy/Worker successfully deployed
- HotAdd transport mode
Problem
All Windows VMs are backed up successfully.
Any Linux/BSD VM fails with:
Failed to perform backup.
Failed to prepare disks for backup.So far I have reproduced the issue with:
- Debian 13 (fresh installation)
- pfSense
Windows Server VMs work without any issues.
What I have already tested
- Created a brand new Debian VM → same error
- Manual snapshot from Proxmox → works
- Snapshot through Proxmox API (
pvesh) → works qemu-img check→ no corruption- Guest Processing disabled
- Inventory rescanned
- Worker redeployed
- VM migrated between nodes
- Same storage used by both Windows and Linux VMs
- Windows backup succeeds using the same repository and proxy
Example:
pvesh create /nodes/nodo2/qemu/108/snapshot --snapname veeam-test
skipping guest filesystem freeze - disabled in VM options
snapshotting 'drive-virtio0'
internal qemu snapshotSo snapshots are working correctly.
Observation
The job reaches HotAdd mode before failing.
The failure occurs during "Prepare disks for backup", not while creating the snapshot.
This makes me think the issue is happening after snapshot creation, during disk preparation or attachment.
Questions
- Has anyone experienced this with Proxmox 9.2.x?
- Is this a known issue with Veeam 13.0.2.29?
- Is there any debug logging specifically for the "Prepare disks for backup" phase?
- Is there anything else I should check on the worker or Proxmox side?
Any ideas would be greatly appreciated.
Thank you.
