canic-backup 0.30.38

Manifest and orchestration primitives for Canic fleet backup and restore
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# canic-backup

Host-side manifest and orchestration primitives for Canic fleet backup and
restore workflows.

The crate owns the host-side contracts behind the `canic` backup CLI:
manifests, topology hashing, download journals, durable artifact integrity,
backup layout inspection, provenance reports, restore planning, restore apply
journals, and native runner summaries.

`FleetBackupManifest::validate()` enforces the hard manifest contract.
`FleetBackupManifest::design_conformance_report()` exposes the softer v1 design
readiness checks used by operator preflight flows.