SSCP · Question #446
Which backup method copies only files that have changed since the last full backup, but does not clear the archive bit?
The correct answer is A. Differential backup method.. A differential backup copies all files that have changed since the last full backup. Critically, it does not reset (clear) the archive bit after backing up a file. This means each successive differential backup grows larger, because it re-copies everything changed since the full
Question
Options
- ADifferential backup method.
- BFull backup method.
- CIncremental backup method.
- DTape backup method.
How the community answered
(22 responses)- A91% (20)
- B5% (1)
- C5% (1)
Explanation
A differential backup copies all files that have changed since the last full backup. Critically, it does not reset (clear) the archive bit after backing up a file. This means each successive differential backup grows larger, because it re-copies everything changed since the full backup, not just changes since the last differential. This distinguishes it from the incremental method, which does clear the archive bit and only captures changes since the last backup of any type. The advantage of differential backups is faster restoration - you only need the last full backup and the most recent differential, versus the full backup plus every incremental tape.
Topics
Community Discussion
No community discussion yet for this question.