ostree-prune(1) Search for unreachable objects

SYNOPSIS

ostree prune [OPTIONS...]

DESCRIPTION

This searches for unreachable objects in the current repository. If unreachable objects are found, the command delete them to free space. If the --no-prune option is invoked, the command will just print unreachable objects and recommend deleting them.

OPTIONS

--no-prune

Only display unreachable objects; don't delete.

--refs-only

Only compute reachability via refs.

--delete-commit=COMMIT

Specify a COMMIT to delete.

--keep-younger-than=DATE

All commits older than DATE will be pruned.

--depth=DEPTH

Only traverse DEPTH (integer) parents for each commit (default: -1=infinite).

--static-deltas-only=DEPTH

Change the behaviour of --keep-younger-than and --delete-commit to prune only the static deltas files.

EXAMPLE

$ ostree prune

        Total objects: 25627
        No unreachable objects