Changes

Jump to: navigation, search

OPS235 Lab 2 - CentOS7

8 bytes added, 20:30, 27 April 2015
no edit summary
if [ "$answer" = "y" ] # Backup all VMs if answer is yes<br>
then<br>
&nbsp;for num in 1 2 3 # Determinant loop for 3 arguments: 1, 2, and 3<br>
&nbsp;do<br>
&nbsp;&nbsp;echo "Backing up VM #$num"<br>
&nbsp;&nbsp;gzip < /var/lib/libvirt/images/centos$num.img > /root/centos$num.img.backup.gz<br>
<br>&nbsp;&nbsp;echo "VM #$num BACKUP DONE"<br>
&nbsp;done<br><br>
elif [ "$answer" = "n" ]<br>
13,420
edits

Navigation menu