Reference
crab fsck
Verify repository integrity.
Synopsis
crab fsck [OPTIONS]Description
crab fsck performs a deep integrity check of the repository: verifying that
all pointer blobs reference valid chunks, all chunks are present in the remote
store, and all hashes match their content.
For conceptual background, see Integrity Check.
Options
| Option | Default | Description |
|---|---|---|
--repair | false | Attempt to repair detected issues |
--json | false | Emit structured JSON output |
--jsonl | false | Stream JSONL progress events |
Examples
Local integrity check
crab fsckRepair safe issues
crab fsck --repairRelated Commands
crab doctor— quick health checks.crab gc— garbage collection.