mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
virt-clone: add page (#5800)
This commit is contained in:
parent
4c059df5a6
commit
06bcfd34f0
1 changed files with 12 additions and 0 deletions
12
pages/common/virt-clone.md
Normal file
12
pages/common/virt-clone.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# virt-clone
|
||||
|
||||
> Clone a libvirt virtual machine.
|
||||
> More information: <https://manned.org/virt-clone>.
|
||||
|
||||
- Clone a virtual machine and automatically generate a new name, storage path, and MAC address:
|
||||
|
||||
`virt-clone --original {{vm_name}} --auto-clone`
|
||||
|
||||
- Clone a virtual machine and specify the new name, storage path, and MAC address:
|
||||
|
||||
`virt-clone --original {{vm_name}} --name {{new_vm_name}} --file {{path/to/new_storage}} --mac {{ff:ff:ff:ff:ff:ff|RANDOM}}`
|
Loading…
Add table
Reference in a new issue