Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This is unix based server management Part A Steps in the exercise: Write, and verify the operation of, an rsync command that will perform a

This is unix based server management

Part A

Steps in the exercise:

Write, and verify the operation of, an rsync command that will perform a differential backup in place of the copy command.

Verify that the rsync process is backing up only the incremental files by running it, then running it again, then adding a new file, and running again.

Include the option in rsync to delete any files that do not exist in the destination directory. Verify this by deleting a file and then running the sync process again.

Revise your cron process to use the rsync command.

Completion of this will require:

Installation of rsync (pkg install rsync).

Research into the man pages or other resources on rsync to discover the appropriate control switches to use to achieve the synchronization.

Submit a text document that describes what you have done, and uses screen shots or other evidence, such as a downloaded log file, display of the user cron, etc., to show how this was completed.

Part B

In this part, you will set up a remote backup to your jail.

Craft an rsync command that will backup up all files and directories, recursively, from your home directory to your jail backup location. Propagate deletes to the remote server.

Create a second cron that automates this backup to your jail. Set up the cron to run every hour. Log the output of the process to a log file that you will set up in /var/log.

Submit a text document that describes what you have done, and uses screen shots or other evidence, such as a downloaded log file, display of the user cron, etc., to show how this was completed.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data, Mining, And Analytics Components Of Strategic Decision Making

Authors: Stephan Kudyba

1st Edition

1466568704, 9781466568709

More Books

Students also viewed these Databases questions