Changes

Jump to: navigation, search

stoney conductor: VM Backup

393 bytes added, 15:33, 9 January 2014
/* How to manually restore a machine from backup */
...
</source>
 
Copy all these files to the retain location:
<source lang='bash'>
currentdate=`date --utc +'%Y%m%dT%H%M%SZ'
mkdir -p /var/virtualization/retain/vm-persistent/${vmpool}/${machinename}/${currentdate}
</source>
 
 
Check if there is a difference between the current XML file and the one from the backup
 
''' Now you are entering the critical part. You won't be able to undo the following steps'''
== Next steps ==
486
edits