Question

Difficulty: MediumBusiness Continuity and Disaster Recovery

A network administrator must restore a critical database server following a storage array failure on Thursday at 14:00. The existing backup policy executes a full backup every Sunday at midnight and cumulative differential backups every night at 23:00 from Monday through Saturday. Which of the following procedures requires the minimum number of restore steps to recover the database to its state as of Wednesday night?

  1. Restore the Sunday full backup first, and then apply only the Wednesday differential backup.Answer
  2. B
    Restore the Sunday full backup, followed sequentially by the Monday, Tuesday, and Wednesday backups.
  3. C
    Restore only the Wednesday differential backup directly to the target storage array.
  4. D
    Restore the Wednesday differential backup first, and then overlay the Sunday full backup.

Answer

Restoring the Sunday full backup first, followed by applying only the Wednesday differential backup.
Because differential backups capture all modified data since the last full backup without resetting the archive bit, each differential image is cumulative. To restore the system to Wednesday's state, only the initial Sunday full backup and the Wednesday differential backup need to be restored, requiring just two operations.

Step-by-Step Solution

1
Identify baseline backup set
Sunday full backup selected
All recovery procedures using differential or incremental strategies require establishing the initial baseline from the latest full backup.
2
Determine differential backup mechanics
Wednesday differential backup selected
Differential backups accumulate all data changes since the last full backup without clearing the archive bit. Therefore, Wednesday's differential backup already includes changes from Monday, Tuesday, and Wednesday.
3
Sequence the restoration jobs
Two-step restoration process (Full + Wednesday Differential)
Applying only the base full backup and the latest differential backup achieves full point-in-time restoration with the minimal number of operations.

Key Concept

Differential Backup Restoration Sequence
Rate this question