Changes

Jump to: navigation, search

stoney conductor: VM Backup

72 bytes removed, 07:52, 29 October 2013
/* Retain */
# Move the all the files in from the retain directory (<code>/path/to/retain/</code>) to the backup directory (<code>/path/to/backup/</code>)
## Move the VMs state file to the backup directory
##* <syntaxhighlight source lang="bash">mv /path/to/retain/vm-001.state /path/to/backup/vm-001.state</syntaxhighlightsource>
## Move the VMs disk image to the backup directory
##* <syntaxhighlight source lang="bash">mv /path/to/retain/vm-001.qcow2 /path/to/backup/vm-001.qcow2</syntaxhighlightsource>
##** '''Please note:''' If the VM <code>vm-001</code> has more than just one disk image, repeat this step for each disk image
## Move the VMs XML description file to the backup directory
##* <syntaxhighlight source lang="bash">mv /path/to/retain/vm-001.xml /path/to/backup/vm-001.xml</syntaxhighlightsource>
## Move the VMs backend entry file to the backup directory
##* <syntaxhighlight source lang="bash">mv /path/to/retain/vm-001.backend /path/to/backup/vm-001.backend</syntaxhighlightsource>
486
edits