Guide · 14.04.26
Trusted Baseline vs Snapshot vs Backup
Three related controls with different jobs: trust reference, point-in-time image, and recovery copy.
Guide · 14.04.26
Three related controls with different jobs: trust reference, point-in-time image, and recovery copy.
Direct Answer
A trusted baseline is your accepted reference for integrity comparison. A snapshot is a point-in-time system state capture. A backup is a recovery mechanism to restore lost or damaged data.
These are complementary controls. Treating backups as integrity proof, or baselines as recovery copies, creates operational blind spots.
AI Extract
Definitions
| Control | Primary purpose | Typical output |
|---|---|---|
| Trusted baseline | Integrity reference for future comparison | Accepted reference state + comparison context |
| Snapshot | Point-in-time system image or state capture | State record at a timestamp |
| Backup | Recovery from loss, corruption, or outage | Restorable data/system copy |
Practical Use
auditwalk scan run
auditwalk baseline set --scan-id <scan_id>
auditwalk preflight run
auditwalk compare run --format json
This sequence gives you trust continuity (baseline + compare) while snapshots/backups handle state history and restoration. For the full lightweight operating model, use System Integrity Monitoring for Individuals and Small Teams as the cluster anchor.
Failure Modes
Sources
Related
By: AuditWalk Team · Reviewed: 14.04.26 · Last updated: 14.04.26 · Source class: official standards + product docs