A network administrator needs to restore a corrupted domain controller on Thursday morning. The network backup strategy consists of a full backup executed every Sunday at 00:00, followed by daily incremental backups executed Monday through Wednesday at 23:00. Arrange the restoration steps in the correct chronological order required to recover the server to its most recent state prior to the failure.
- 1Restore the full baseline backup from Sunday.
- 2Apply the incremental backup from Monday.
- 3Apply the incremental backup from Tuesday.
- 4Apply the incremental backup from Wednesday.
Answer
The correct order to restore the system using incremental backups is: 1) Restore the full baseline backup from Sunday, 2) Apply the incremental backup from Monday, 3) Apply the incremental backup from Tuesday, and 4) Apply the incremental backup from Wednesday.
Incremental backups capture only data that has changed since the last full or incremental backup and clear the archive bit. Therefore, to fully recover data to the most recent state (Wednesday night), you must first restore the full Sunday baseline backup, followed by every individual incremental backup in exact chronological sequence (Monday, then Tuesday, then Wednesday).
Step-by-Step Solution
Key Concept
Incremental Backup Restoration Sequence