Skip to content

Commit

Permalink
virt-clone: add page (tldr-pages#5800)
Browse files Browse the repository at this point in the history
  • Loading branch information
aherst authored Apr 21, 2021
1 parent 4c059df commit 06bcfd3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pages/common/virt-clone.md
Original file line number Diff line number Diff line change
@@ -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}}`

0 comments on commit 06bcfd3

Please sign in to comment.