Changes

Jump to: navigation, search

stoney conductor: VM Backup

758 bytes removed, 13:22, 26 June 2014
/* Sub-Processes */
#* <source lang="bash">cp -p /<path>/<to>/<image>.qcow2 /<path>/<to>/<backup>/<location>/.</source>
See also: For the workflow see [[stoney_conductor:_prov_backup_kvm_prov-backup-kvm#Merge | Merge workflowexportSnapshot]]
==== Retain commitSnapshot ====# Move For the all the files in from the retain directory (<code>/path/to/retain/</code>) to the backup directory (<code>/path/to/backup/</code>)commands see [[Libvirt_external_snapshot_with_GlusterFS## Move the VMs state file to the backup directory##* <source lang="bash">mv /path/to/retain/vm-001Cleanup.state /path/to/backup/vm-001.state</source>## Move the VMs disk image to the backup directory##* <source lang="bash">mv /path/to/retain/vm-001.qcow2 /path/to/backup/vm-001.qcow2</source>##** '''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##* <source lang="bash">mv /path/to/retain/vm-001.xml /path/to/backup/vm-001.xml</source>## Move the VMs backend entry file to the backup directory##* <source lang="bash">mv /path/to/retain/vm-0012FCommit_.backend /path/to/backup/vm-00128Online.backend</source>29]]
 See also For the workflow see [[stoney_conductor:_prov_backup_kvm_prov-backup-kvm#Retain | Retain workflowcommitSnapshot]]
== Communication through backend ==
486
edits