pub const EXCLUDED_FROM_BACKUP: &[&str];Expand description
Keyspaces deliberately not in a backup.
Most are ephemeral / runtime / re-derivable: SESSIONS, CACHE,
SEALED_NONCES, SERVICE_STATE, BACKUP_BUNDLES, PASSKEY_VMS,
DRAINS, SNAPSHOT, BOOTSTRAP. DID_TEMPLATES and VAULT
hold durable operator/holder state and are known backup gaps — a
backup-fidelity follow-up should move them into BACKED_UP, not leave
them silently dropped.