Hi Community,
First time I am trying to restore a VM from the backup, and I am getting the following error. About a year ago, I switched from RHEL KVM to Proxmox VE and also installed Proxmox Backup on a mini PC with 1 TB of storage and integrated it with Proxmox VE. Promox is still to me; I am not sure if I missed something during installation, configuration, or integration. How can I restore the VM, and how can I fix the issue so it won't happen again? Appreciate your help.
First time I am trying to restore a VM from the backup, and I am getting the following error. About a year ago, I switched from RHEL KVM to Proxmox VE and also installed Proxmox Backup on a mini PC with 1 TB of storage and integrated it with Proxmox VE. Promox is still to me; I am not sure if I missed something during installation, configuration, or integration. How can I restore the VM, and how can I fix the issue so it won't happen again? Appreciate your help.
Logical volume "vm-148-disk-0" created.
new volume ID is 'local-lvm:vm-148-disk-0'
Logical volume "vm-148-disk-1" created.
new volume ID is 'local-lvm:vm-148-disk-1'
Logical volume "vm-148-disk-2" created.
new volume ID is 'local-lvm:vm-148-disk-2'
restore proxmox backup image: /usr/bin/pbs-restore --repository root@pam@192.168.50.18:backup1 vm/124/2026-05-03T08:06:30Z drive-scsi0.img.fidx /dev/pve/vm-148-disk-0 --verbose --format raw --skip-zero
connecting to repository 'root@pam@192.168.50.18:backup1'
using up to 4 threads
open block backend for target '/dev/pve/vm-148-disk-0'
starting to restore snapshot 'vm/124/2026-05-03T08:06:30Z'
download and verify backup index
fetching up to 16 chunks in parallel
progress 1% (read 268435456 bytes, zeroes = 0% (0 bytes), duration 2 sec)
progress 2% (read 536870912 bytes, zeroes = 1% (8388608 bytes), duration 5 sec)
restore failed: reading file "/mnt/datastore/backup1/.chunks/aabe/aabec9020cadc776a9ab4169df2133a5ecdcad77d6777210d2aab5037a02bc07" failed: No such file or directory (os error 2)
Logical volume "vm-148-disk-2" successfully removed.
temporary volume 'local-lvm:vm-148-disk-2' successfully removed
Logical volume "vm-148-disk-1" successfully removed.
temporary volume 'local-lvm:vm-148-disk-1' successfully removed
Logical volume "vm-148-disk-0" successfully removed.
temporary volume 'local-lvm:vm-148-disk-0' successfully removed
error before or during data restore, some or all disks were not completely restored. VM 148 state is NOT cleaned up.
TASK ERROR: command '/usr/bin/pbs-restore --repository root@pam@192.168.50.18:backup1 vm/124/2026-05-03T08:06:30Z drive-scsi0.img.fidx /dev/pve/vm-148-disk-0 --verbose --format raw --skip-zero' failed: exit code 255

