Computers and Technology
Computers and Technology, 08.07.2019 18:20, Lizethh1

1) in the windows server environment, you will create two separate scripts within powershell that will perform two types of backups of a given source directory and store the backed up files in a given target directory (preferably on a separate drive). the first script will perform a full backup and the second script will perform an incremental backup on the remaining days of the week. lastly, using the microsoft management console task scheduler, you will set up a schedule for the first script (the full backup script) to run on sundays and wednesdays and a schedule for the second script (the incremental backup script) to run on the remaining days of the week.2) provide three pieces of evidence showing that your scripts were successful: 1) a copy of your scripts; 2) clear screenshots of the task scheduler interface showing the correctly scheduled tasks; and 3) results of the backup processes (specifically the files in both the source and target directories).3) in the ubuntu environment, you will perform the same tasks as the last two steps. you will create two separate bash scripts that will perform two types of backups of a given source directory and store the backed up files in a given target directory (preferably on a separate drive). the first script will perform a full backup and the second script will perform an incremental backup on the remaining days of the week. for assistance with this, google “incremental backup script in bash” for starters. once you have these scripts working, use the cron ,nd to schedule the scripts. as the previous steps dictate, you will set up a schedule for the first script (the full backup script) to run on sundays and wednesdays and a schedule for the second script (the incremental backup script) to run on the remaining days of the week.4) provide three pieces of evidence showing that your scripts were successful: 1) a copy of your scripts; 2) clear screenshots of the scheduled scripts using crontab or the contents of the /etc/cron.* directories showing the correctly scheduled tasks; and 3) results of the backup processes (specifically the files in both the source and target directories).

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 10:50, christinavelez26
Using least squares fitting, you are to fit the data sets to the following models and solve for the parameters ai , where i is the index of the parameter. the input/output data for the systems are linked in the bblearn site. for each of the systems use matlab to plot the supplied data vs. the model fit on one plot. include your code in the solutions. (a) linear fit "lineardata. mat" y=a1x^3 + a2x^2 + a3x + a4 (b) plant fit "plantdata. mat g(s) = a1/(s + a2)
Answers: 1
image
Computers and Technology, 22.06.2019 21:30, Nathaliasmiles
The graph shows median weekly earnings for full-time workers according to education level. which can you not conclude?
Answers: 2
image
Computers and Technology, 23.06.2019 07:50, kmart4062
Apython programming question: assume s is a string of lower case characters. write a program that prints the number of times the string 'bob' occurs in s. for example, if s = 'azcbobobegghakl', then your program should print number of times bob occurs is: 2
Answers: 3
image
Computers and Technology, 24.06.2019 08:10, anthonysutton82
Where are american poets found in the dewey decimal system
Answers: 1
Do you know the correct answer?
1) in the windows server environment, you will create two separate scripts within powershell that wi...

Questions in other subjects: