VBoxManage export
all
Export virtual machines to a virtual appliance (ISO) or a cloud service.
More info →Examples (5)
Specify the target OVA file
VBoxManage export --output path/to/file.ovaExport in OVF 0.9 legacy mode
VBoxManage export --legacy09Export in OVF (0.9|1.0|2.0) format
VBoxManage export --ovf09|ovf10|ovf20Create manifest of the exported files
VBoxManage export --manifestSpecify a description of the VM
VBoxManage export --description "vm_description"made by @shridhargupta | data from tldr-pages