Reference
crab prune
Remove local copies of remote objects.
Synopsis
crab prune [OPTIONS]Description
crab prune removes locally cached copies of objects that exist in the remote
store. This frees disk space without affecting the remote — you can always
re-download pruned data.
For conceptual background, see Pruning Objects.
Options
| Option | Default | Description |
|---|---|---|
--dry-run | false | Show what would be pruned |
--json | false | Emit structured JSON output |
Examples
crab prune --dry-run
crab pruneRelated Commands
crab gc— remove unreachable remote objects.crab cache— manage the chunk cache.