snapdir verify
Verify the integrity of a snapshot in a store.
verify checks a snapshot in a --store: it loads the manifest named by --id
and re-hashes every referenced object against the manifest checksums. See
Integrity.
Usage
snapdir verify [OPTIONS]
Options
Examples
Verify a snapshot by ID in a store:
snapdir verify --store s3://my-bucket/snapshots --id 1220abc...
Verify and purge any objects that fail their checksum:
snapdir verify --store file:///srv/backups --id 1220abc... --purge
See also
snapdir verify-cache— verify the whole cachesnapdir fetch— download a snapshot into the cache- Integrity