2021-04-21 13:09:00 -04:00
|
|
|
# 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:
|
|
|
|
|
2025-05-03 05:57:05 +03:00
|
|
|
`virt-clone {{[-o|--original]}} {{vm_name}} --auto-clone`
|
2021-04-21 13:09:00 -04:00
|
|
|
|
|
|
|
- Clone a virtual machine and specify the new name, storage path, and MAC address:
|
|
|
|
|
2025-05-03 05:57:05 +03:00
|
|
|
`virt-clone {{[-o|--original]}} {{vm_name}} {{[-n|--name]}} {{new_vm_name}} {{[-f|--file]}} {{path/to/new_storage}} {{[-m|--mac]}} {{ff:ff:ff:ff:ff:ff|RANDOM}}`
|