Changes

Jump to: navigation, search

OPS335 Lab 1

695 bytes added, 16:29, 14 January 2017
Performing Full Backups
#Issue the following command to restore the backup-test VM by issuing the following command:<source lang=bash>restore -x -f /backup/full/backup-test</source>
#After restoration is complete, try launching the backup-test VM from your virtual machine manager. Were you successful?
#Create the sub-directory '''/root/bin'''#Create a Bash shell script called '''/root/bin/mybackup.bash''' that will backup all of your other vms (i.e. vm1, vm2, and vm3) one at a time using the '''dump''' command into the respective path-names: '''/backup/full/vm1''', '''/backup/full/vm2''', and '''/backup/full/vm'''#Set execute permissions, and run the shell script to verify that you shell script works. It will be your responsibility as an administrator of your own Linux system, to backup all of your VMs for labs and assignments at the end of your lab session. Learning to create shell scripts to automate routine tasks (such as backups) will be EXTREMELY useful for your NDD430 course.
=== Performing Incremental Backups ===
13,420
edits

Navigation menu