Question
You will set up a user cron process that will make a backup copy of all files and directories from your home directory to a
You will set up a user cron process that will make a backup copy of all files and directories from your home directory to a secondary location.
Steps in the exercise:
1. Create a folder off the root that can be used for the backed-up files. You will need to use root to create this directory. Set the user and group for this directory to the account that you normally log in to.
2. Create a cron process that will run every thirty minutes and copy the complete contents, including directories and their contents, to the backup location.
3. The copy command should use the verbose option and direct its output to a log file stored in the backup directory.
Be sure to update or create a file so that the log file shows evidence in the run that you submit that it is performing the backup.
Describes what you have done and use screen shots or other evidence to show how the answer was completed.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started