
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-clonetry on your machineexplain 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 machineexplain this command