A critical network management server experiences a hardware controller failure on Wednesday at 11:15 AM. The administrator must restore the system to the most recent operational state prior to the crash. The organization's backup schedule consists of a full backup executed every Sunday at 00:00, daily incremental backups executed Monday and Tuesday at 23:00, and hourly transaction log backups executed on the hour. Which of the following procedures describes the correct restoration sequence required to recover the server with minimal data loss?
- Restore the Sunday full backup, apply the Monday and Tuesday incremental backups sequentially, and then apply the Wednesday hourly transaction log backups from 01:00 through 11:00.Cevap
- BRestore the Sunday full backup, skip the Monday incremental backup, apply the Tuesday incremental backup, and then apply the Wednesday 11:00 transaction log backup.
- CRestore only the Tuesday incremental backup followed by the Wednesday hourly transaction log backups up to 11:00.
- DRestore the Sunday full backup and apply only the Wednesday 11:00 transaction log backup.
Cevap
Restore the Sunday full backup, apply the Monday and Tuesday incremental backups sequentially, and then apply the Wednesday hourly transaction log backups from 01:00 through 11:00.
Restoring an incremental backup strategy requires starting with the last full backup and sequentially applying every single incremental backup executed since that full backup. To achieve the Recovery Point Objective (RPO) nearest to the 11:15 AM outage, all hourly transaction log backups created on Wednesday up to 11:00 must then be applied in order.
Adım Adım Çözüm
Anahtar Kavram
Incremental Backup Restoration Mechanics