Open main menu

CDOT Wiki β

Changes

OPS235 Lab 6 - CentOS7

120 bytes removed, 12:38, 4 May 2015
no edit summary
# You may have to restart the network using the correct command.
# Verify the configuration by pinging centos host ('''192.168.235.1''') and centos2 ('''192.168.235.12''')
{| width="40%" align="right" cellpadding="10"
|- valign="top"
|{{Admon/tip | Tip | You can create a Bash Shell script file using the ''find'' command above, give the shell script executable permissions, and use the ''crontab'' command to schedule running this script on a periodic basis.}}
|}
#We will now create an '''Incremental Bbackup'''.
#Run the following Linux command: <ul> <li><code>find /etc -newer /tmp/timestamp &gt; /root/netcfg.lst</code></li> </ul>
</ol>
{{Admon/tip | Tip | Just for interest, it is relatively simple to automate your backups. You just create a Bash Shell script file using the <code>find</code> command above, give the shell script executable permissions, and use the <code>crontab</code> command to schedule when this script is to be run. If you want to learn more about shell scripting, you can take or refer to the course called '''OPS435''' .}}
'''Answer Part 3 observations / questions in your lab log book.'''
13,420
edits