System Grab Bag

View all TLDR pages from common (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.