About this interactive
What you're doing: sorting twelve descriptions of backup jobs into the four strategies they describe — Full, Differential, Incremental, or Snapshot. Why it matters: the four are not a ranking, they are a trade-off between how much space a backup takes and how long a restore takes, and that trade-off is the whole reason a real schedule mixes them. A full backup is one set to restore from and the most expensive to take; a differential is bigger every day but never needs more than two sets; an incremental is the smallest possible nightly job and the slowest possible recovery, because every night since the last full has to be replayed in order. A snapshot is the odd one out — it is a point-in-time copy of a volume or a VM's state, taken instantly at the storage layer for rollback, not a scheduled copy shipped somewhere else. How to use it: ignore the schedule and ask what a single run of that job actually captures, then check the answer against the restore. If a restore needs one set it is full; two, differential; the whole chain, incremental; and if the language is about freezing state and rolling back rather than about restoring files, it is a snapshot.
About TechKnowSurge
TechKnowSurge builds IT and cybersecurity professionals through hands-on, concept-first training built around real understanding — not memorization. Free interactive tools, structured programs, and 25+ years of real-world experience, all in one place.
Explore free tools and programs →