Forrest logo
back to context overview

virt-clone

List of commands for virt-clone:

  • virt-clone:tldr:9c7ab virt-clone: Clone a virtual machine and automatically generate a new name, storage path, and MAC address.
    $ virt-clone --original ${vm_name} --auto-clone
    try on your machine
    explain this command
  • virt-clone:tldr:fca3b virt-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 ${select}
    try on your machine
    explain this command
back to context overview