A network administrator is designing a backup strategy for a critical syslog telemetry database. The operational goal is to shorten the nightly backup execution window while ensuring that restoring the system after a catastrophic failure requires applying the weekly full backup and at most one subsequent backup file. Which backup strategy should the administrator implement to meet these requirements?
- Perform a weekly full backup on Sunday and daily differential backups on weeknights.Answer
- BPerform a weekly full backup on Sunday and daily incremental backups on weeknights.
- CPerform daily full backups every weeknight.
- DPerform daily synthetic differential backups without an initial full backup baseline.
Answer
Performing a weekly full backup combined with daily differential backups shortens the daily backup window compared to full backups and ensures a recovery process requiring only the full baseline and the latest differential file.
Differential backups capture all changes made since the last full backup baseline. Because the archive bit is not cleared, each differential file contains cumulative changes. Restoring system data requires only two items: the baseline full backup and the latest differential backup file. This minimizes nightly backup windows compared to daily full backups while keeping recovery overhead minimal.
Step-by-Step Solution
Key Concept
Differential vs Incremental Backup Restoration Characteristics