Changes

Jump to: navigation, search

stoney conductor: VM Backup

34 bytes added, 12:31, 22 October 2013
/* Snapshot */
== Snapshot ==
# Create a snapshot with state:
#* Save the VMs state: <codesyntaxhighlight lang="bash">virsh save my-vm my-vm.state</codesyntaxhighlight>
#* Rename the actual disk image: <code>mv my-vm.qcow2 my-vm-backup.qcow2</code>.
#* Create the new disk image with the old as backing file: <code>qemu-img create -f qcow2 -b my-vm-backup.qcow2 my-vm.qcow2</code>.
486
edits