ostree-fsck — Check the repository for consistency
ostree fsck
[OPTIONS...]
Checks the repository to verify the content integrity of commit objects. Looks for missing and corrupted objects and metadata, and validates directory structure and metadata.
--quiet
,-q
Only print error messages.
--delete
Remove corrupted objects.
--add-tombstones
Add tombstone commit for referenced but missing commits.
--verify-bindings
Verify that the commits pointed to by each ref have that ref in the binding set. You should usually add this option; it only defaults to off for backwards compatibility.
--verify-back-refs
Verify that all the refs listed in a commit’s ref-bindings
point to that commit. This cannot be used in repositories
where the target of refs is changed over time as new commits
are added, but can be used in repositories which are
regenerated from scratch for each commit.
Implies --verify-bindings
as well.