Files
tldr/pages.zh/common/vboxmanage-export.md

24 lines
557 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vboxmanage-export
> 将虚拟机导出为虚拟设备ISO或云服务。
> 更多信息:<https://www.virtualbox.org/manual/ch08.html#vboxmanage-export>。
- 指定目标 OVA 文件:
`VBoxManage export --output {{path/to/filename.ova}}`
- 以 OVF 0.9 传统模式导出:
`VBoxManage export --legacy09`
- 以 OVF (0.9|1.0|2.0) 格式导出:
`VBoxManage export --{{ovf09|ovf10|ovf20}}`
- 创建导出文件的清单:
`VBoxManage export --manifest`
- 指定虚拟机的描述:
`VBoxManage export --description "{{vm_description}}"`