ostree pruneOSTreeDeveloperColinWalterswalters@verbum.orgostree prune1ostree-pruneSearch for unreachable objectsostree pruneOPTIONSDescription
This searches for unreachable objects in the current repository. If unreachable objects are found, the command delete them to free space. If the option is invoked, the command will just print unreachable objects and recommend deleting them.
Options
Only display unreachable objects; don't delete.
Only compute reachability via refs.
=COMMIT
Specify a COMMIT to delete.
=DATE
All commits older than DATE will be
pruned. The format of DATE is the same as that
accepted by GNU date utility - for more information
see info date.
=DEPTH
Only traverse DEPTH (integer) parents for each commit (default: -1=infinite).
=DEPTH
This option may currently only be used in combination with
. Previous versions of ostree silently accepted
the option without that, and ignored it. However, there are desired use
cases for pruning just static deltas (while retaining the commits), and it's
likely at some point this option will be supported for use cases outside of just
.
Example$ ostree prune
Total objects: 25627
No unreachable objects