CISA · Question #4
What is the MAIN reason to use incremental backups?
The correct answer is D. To minimize the backup time and resources. The primary reason for using incremental backups is to significantly reduce the time required for backup operations and the storage resources consumed by only backing up data that has changed since the last full or incremental backup.
Question
What is the MAIN reason to use incremental backups?
Options
- ATo increase backup resiliency and redundancy
- BTo reduce costs associates with backups
- CTo improve key availability metrics
- DTo minimize the backup time and resources
How the community answered
(37 responses)- A3% (1)
- C3% (1)
- D95% (35)
Why each option
The primary reason for using incremental backups is to significantly reduce the time required for backup operations and the storage resources consumed by only backing up data that has changed since the last full or incremental backup.
While backups contribute to resiliency, incremental backups specifically focus on efficiency rather than inherently increasing redundancy or resiliency more than other backup types.
Reducing costs is a potential side effect of reduced storage, but the direct technical driver for incremental backups is minimizing time and resources.
Availability metrics are improved by having *recoverable* backups, but incremental backups' primary benefit is not directly about improving availability itself, but rather the efficiency of the backup *process*.
Incremental backups only copy data blocks that have changed since the last backup (full or incremental), resulting in much smaller backup sets and faster backup windows compared to full or differential backups. This efficiency minimizes the impact on system performance and network bandwidth during backup operations.
Concept tested: Incremental backup purpose and benefits
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-server-backup/what-is-windows-server-backup
Topics
Community Discussion
No community discussion yet for this question.