restore problem from backup server

ferpando

Member
Jun 9, 2022
5
0
6
Hello,
I just need to restore one VM backup that happens to be stored in the same VM, so no restore possible while the VM is running.
Yes, pretty smart on my part.

I'm trying to restore to a file but I get this error:

Bash:
proxmox-backup-client restore vm/800/2023-08-22T00:30:06Z drive.scsi0.img /recovery --repository NAS
Error: manifest does not contain file 'drive.scsi0.img.fidx'

but the files are there and the repository is correct.
What am I doing wrong?

CleanShot 2023-08-22 at 18.57.34.png

Thanks in advance
 
I just found out I need to map the snapshot instead

Bash:
proxmox-backup-client map vm/800/2023-08-22T00:30:06Z drive-scsi0.img --repository root@pam@192.168.1.33:8007:NAS
Password for "root@pam": **************
Image 'root@pam@192.168.1.33:8007:NAS:vm/800/2023-08-22T00:30:06Z/drive-scsi0.img' mapped on /dev/loop0

But how do I make a dump of that?
How can I access the disk?