Bird
0
0

What is the primary benefit of using incremental backups in Linux?

easy📝 Conceptual Q1 of 15
Linux CLI - System Administration
What is the primary benefit of using incremental backups in Linux?
AThey delete old backups automatically
BThey create a full copy of all files every time
CThey save storage by only backing up changed files since the last backup
DThey compress files to save space
Step-by-Step Solution
Solution:
  1. Step 1: Understand incremental backup concept

    Incremental backups only save files changed since the last backup, reducing storage needs.
  2. Step 2: Compare with other options

    Full backups copy all files; compression and deletion are separate features.
  3. Final Answer:

    They save storage by only backing up changed files since the last backup -> Option C
  4. Quick Check:

    Incremental backup = saves storage [OK]
Quick Trick: Incremental backups save space by copying only new changes [OK]
Common Mistakes:
  • Confusing incremental with full backup
  • Thinking backups delete old files automatically
  • Assuming compression is part of incremental backup

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Linux CLI Quizzes