Changes

Jump to: navigation, search

stoney conductor: VM Backup

207 bytes added, 15:26, 9 January 2014
/* How to manually restore a machine from backup */
diskimage1="<DISK-IMAGE-1>" # For example: diskimage1="8798561b-d5de-471b-a6fc-ec2b4831ed12.qcow2"
diskimage2="<DISK-IMAGE-2>" # For example: diskimage2="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee.qcow2"
...
</source>
 
Have again a look at the different variables and '''double check them again'''
<source lang='bash'>
echo ${machinename}
echo ${vmpool}
echo ${backupdate}
echo ${diskimage1}
echo ${diskimage2}
...
</source>
486
edits