Clone a xen virtual machine (or kvm-qemu)

clonare

Cloning Xen Virtual Machine If you need to clone a Virtual Machine (VM-Original), realized using  xen or kvm, to create a new identical Virtual Machine (VM-New), you ‘ll  have to use the following command: virt-clone -o VM-Original -n VM-New -f /dev/some_volume_group/LV_VM-New or virt-clone –original VM-Original –name VM-New –file /dev/some_volume_group/LV_VM-New /dev/some_volume_group/LV_VM-New …

Continue reading