Definition
A backup that only records what changed since the last save, instead of copying everything again.
A snapshotting strategy that stores only the delta from a previous state; used in Firecracker microVMs and in DeltaBox's filesystem and process-memory layers to make checkpoints cheap.
Also called: diff snapshots