< Previous | Contents | Next >
1.4. virt-clone
The virt-clone application can be used to copy one virtual machine to another. For example:
sudo virt-clone -o web_devel -n database_devel -f /path/to/database_devel.img
• -o: original virtual machine.
• -n: name of the new virtual machine.
• -f: path to the file, logical volume, or partition to be used by the new virtual machine. Also, use -d or --debug option to help troubleshoot problems with virt-clone.
Replace web_devel and database_devel with appropriate virtual machine names.