An enterprise network operations center manages a critical financial application server. The server's disaster recovery policy dictates a full system image backup every Sunday at 01:00 AM, along with cumulative differential backups executed each night from Monday through Saturday at 11:00 PM. On Friday at 10:00 AM, a storage controller failure permanently corrupts the primary volume. What is the minimum and correct sequence of backup restoration operations required to bring the system back to its most recent consistent operational state?
- Restore the Sunday full backup image, followed by the Thursday differential backup image.Cevap
- BRestore the Sunday full backup image, followed sequentially by the Monday, Tuesday, Wednesday, and Thursday differential backup images.
- CRestore only the Thursday differential backup image directly to the target storage array.
- DRestore the Thursday differential backup image first to recover recent delta changes, then apply the Sunday full backup image to overwrite missing system files.
Cevap
Restore the Sunday full backup image, followed by the Thursday differential backup image.
Differential backups capture all modified data since the last full backup. Restoring the initial Sunday full backup establishes the baseline dataset, and applying the Thursday differential backup updates all files to their state as of Thursday night (11:00 PM) without needing intermediate daily differential sets.
Adım Adım Çözüm
Anahtar Kavram
Differential Backup Restoration Sequence