Differences between revisions 5 and 18 (spanning 13 versions)
Revision 5 as of 2015-11-17 13:52:18
Size: 1095
Editor: scot
Comment:
Revision 18 as of 2023-11-30 20:03:34
Size: 1480
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
In the previous lab you created a disaster recovery plan. This plan should have included backing up the website that was created in our IIS lab. Implement the part of the plan that backs up your IIS directory. If you don't have IIS working (i.e. you were not able to get the IIS lab completed, choose any text file to backup). Create a backup of your website that was created in our IIS lab. Implement the backup of your wwwroot directory to a share named backup on your other windows server.
Line 4: Line 4:
 1. Perform a backup as per your plan. (You should backup your files to a share on a different server
  1. Create a folder on a different machine (I used "\\cpte230c\c$\backups")
  1.
 1. Perform a backup:
  a. Create a folder on a different machine (I used CPTR230B c:\backups" - which I had to create.)
  a. Go to the Serer Manager --> File and Storage Services
  a. {{attachment:server manager storage.png|server manager storage.png}}
  a. If you don't see the "Shares" item in the list try: {{{Add-WindowsFeature -Name FS-Resource-Manager}}}
  a. Click on Shares, go to tasks and click "New Share..."
  a. {{attachment:server manager storage shares.png|server manager storage shares.png}}
  a. Follow the wizard to share the directory that you just created. In my example the share will be "\\cptr230b\backups"
  a. Now that you have a share, run the "Windows Sever Backup" tool and create your backup.

Lab 11

Create a backup of your website that was created in our IIS lab. Implement the backup of your wwwroot directory to a share named backup on your other windows server.

  1. Perform a backup:
    1. Create a folder on a different machine (I used CPTR230B c:\backups" - which I had to create.)
    2. Go to the Serer Manager --> File and Storage Services

    3. server manager storage.png

    4. If you don't see the "Shares" item in the list try: Add-WindowsFeature -Name FS-Resource-Manager

    5. Click on Shares, go to tasks and click "New Share..."
    6. server manager storage shares.png

    7. Follow the wizard to share the directory that you just created. In my example the share will be "\\cptr230b\backups"
    8. Now that you have a share, run the "Windows Sever Backup" tool and create your backup.
  2. Change/delete the file(s) so as to deface/destroy the website (or files in your backup).
  3. Restore the original file(s)
  4. Show the restored website for full credit.

There is no documentation for this lab!

Video Grade Guide

Topics

Points

Show the website/file you will deface or destroy.

10

Show a file being deleted or change

10

Show the defaced/destroyed the website/file

10

Show the restore procedure restoring the selected file to its original condition

50

Show the website/file restored.

20

WindowsAdministration/Lab11RecoveryExercise (last edited 2023-11-30 20:03:34 by scot)