SK0-004 · Question #369
An administrator needs to back up changed files only and has time constraints on the back up window. Which of the following is the BEST choice for a backup strategy?
The correct answer is A. Differential. A differential backup copies only files changed since the last full backup, limiting backup scope while keeping restoration simple with just two sets.
Question
An administrator needs to back up changed files only and has time constraints on the back up window. Which of the following is the BEST choice for a backup strategy?
Options
- ADifferential
- BSnapshot
- CFull
- DIncremental
How the community answered
(25 responses)- A72% (18)
- B4% (1)
- C16% (4)
- D8% (2)
Why each option
A differential backup copies only files changed since the last full backup, limiting backup scope while keeping restoration simple with just two sets.
A differential backup targets only files that have changed since the last full backup, satisfying the requirement to skip unchanged data and stay within a constrained backup window. Restoration requires only two sets - the last full backup plus the most recent differential - making recovery fast and predictable compared to chaining multiple incremental sets.
A snapshot captures a point-in-time system state, but is not a file-level backup strategy designed for scheduled backups of only changed files.
A full backup copies every file regardless of whether it changed, consuming the most time and storage - directly conflicting with the time constraint requirement.
An incremental backup captures only files changed since the last backup of any type, minimizing each individual backup but building a long chain of sets that significantly increases restore complexity and time.
Concept tested: Differential backup strategy for changed files
Source: https://learn.microsoft.com/en-us/windows-server/storage/file-server/volume-shadow-copy-service
Topics
Community Discussion
No community discussion yet for this question.