Restore proxmox vma file on virtualbox or vmplayer

sunitabarve

New Member
Sep 9, 2022
2
0
1
Hello all

I have a backup of .vma file which I want to run on either virt-manager, vmplayer or virtualbox. Can someone guide on how to use this vma file. How can I run this file on any of these tools.

Pl. help.
 
on a proxmox ve node you can use the 'vma' tool to extract plain image files from a vma:

Code:
vma extract <filename> <targetdir>

see `vma --help`