Changes

Jump to: navigation, search

stoney conductor: VM Backup

3 bytes removed, 12:36, 22 October 2013
/* Snapshot */
== Snapshot ==
# Create a snapshot with state:
#* Save the state of VM "<code>my-vm</code>" to the file "<code>my-vm.state</code>: <syntaxhighlight lang="bash">virsh save my-vm my-vm.stat</syntaxhighlight>
#* 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