Files
tldr/pages.zh/common/virt-clone.md

12 lines
427 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.

# virt-clone
> 克隆一个libvirt虚拟机。
> 更多信息:<https://manned.org/virt-clone>。
- 克隆一个虚拟机并自动生成新名称、存储路径和MAC地址
`virt-clone --original {{vm_name}} --auto-clone`
- 克隆一个虚拟机并指定新名称、存储路径和MAC地址
`virt-clone --original {{vm_name}} --name {{new_vm_name}} --file {{path/to/new_storage}} --mac {{ff:ff:ff:ff:ff:ff|RANDOM}}`