Help needed - please restoring vm

sohaib

Well-Known Member
May 14, 2011
124
0
56
Hello -

I have a VM which I backup but how proxmox backup with long names therefore original backup name was vzdump-qemu-107-2013_04_18-19_27_23.vma.lzo but I have changed that to quickbooks.lzo - now I can see that backup in my proxmox but I cant click and restore that .

Any idea why ?
 
Hello -

I have a VM which I backup but how proxmox backup with long names therefore original backup name was vzdump-qemu-107-2013_04_18-19_27_23.vma.lzo but I have changed that to quickbooks.lzo - now I can see that backup in my proxmox but I cant click and restore that .

Any idea why ?
Hi,
use the console and qmrestore:
Code:
qmrestore <archive> <vmid>
see also "man qmrestore".

Udo