nerdexam
CompTIA

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.

Security and disaster recovery

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)
  • A
    72% (18)
  • B
    4% (1)
  • C
    16% (4)
  • D
    8% (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.

ADifferentialCorrect

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.

BSnapshot

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.

CFull

A full backup copies every file regardless of whether it changed, consuming the most time and storage - directly conflicting with the time constraint requirement.

DIncremental

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

#differential backup#incremental backup#backup strategy#backup window

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice