(Solved) : Final Project Instructions Earlier Course Learned Services Often Neglected Critical Servic Q37169310 . . .
Final Project Instructions
Earlier in the course, you learned about Services. An oftenneglected but critical service is running backups. This projectserves as a first step towards creating and then automating thebackup process in both the Windows and Linux environments.
This project requires that you use an existing install ofWindows Server from Project 1 and Ubuntu Server from Project 2. Youwill include a reflective paper of at least 2 pages in current APAformat that details the installations, configurations, challenges,and solutions to complete the following systems administrationproject:
- In the Windows server environment, you will create two separatescripts within PowerShell that will perform two types of backups ofa given source directory and store the backed up files in a giventarget directory (preferably on a separate drive). The first scriptwill perform a full backup and the second script will perform anincremental backup on the remaining days of the week. Lastly, usingthe Microsoft Management Console Task Scheduler, you will set up aschedule for the first script (the full backup script) to run onSundays and Wednesdays and a schedule for the second script (theincremental backup script) to run on the remaining days of theweek.
- Provide three pieces of evidence showing that your scripts weresuccessful: 1) a copy of your scripts; 2) clear screenshots of theTask Scheduler interface showing the correctly scheduled tasks; and3) results of the backup processes (specifically the files in boththe source and target directories).
- In the Ubuntu environment, you will perform the same tasks asthe last two steps. You will create two separate BASH scripts thatwill perform two types of backups of a given source directory andstore the backed up files in a given target directory (preferablyon a separate drive). The first script will perform a full backupand the second script will perform an incremental backup on theremaining days of the week. For assistance with this, Google“incremental backup script in bash” for starters. Once you havethese scripts working, use the cron command toschedule the scripts. As the previous steps dictate, you will setup a schedule for the first script (the full backup script) to runon Sundays and Wednesdays and a schedule for the second script (theincremental backup script) to run on the remaining days of theweek.
- Provide three pieces of evidence showing that your scripts weresuccessful: 1) a copy of your scripts; 2) clear screenshots of thescheduled scripts using crontab or the contents of the /etc/cron.*directories showing the correctly scheduled tasks; and 3) resultsof the backup processes (specifically the files in both the sourceand target directories).
The paper must use appendixes to reference screenshots along theway. Screenshots must identify a unique piece of information on theuser’s computer such as a picture and include the system date andtime in each screen capture. At the minimum, screenshots must existduring the initial setup of VirtualBox, installation of theoperating system, configuration of the user accounts, securityupdates, and firewall configuration of the new operating systems.Subsequent screenshots must exist that detail the otherdeliverables in each phase (e.g., such as DNS).
This assignment must be submitted to SafeAssign by 11:59 p.m.(ET) on Friday of Module/Week 8.
Expert Answer
Answer to Final Project Instructions Earlier in the course, you learned about Services. An often neglected but critical service is…
OR