1OSTREE FSCK(1)                    ostree fsck                   OSTREE FSCK(1)
2
3
4

NAME

6       ostree-fsck - Check the repository for consistency
7

SYNOPSIS

9       ostree fsck [OPTIONS...]
10

DESCRIPTION

12       Checks the repository to verify the content integrity of commit
13       objects. Looks for missing and corrupted objects and metadata, and
14       validates directory structure and metadata.
15

OPTIONS

17       --quiet,-q
18           Only print error messages.
19
20       --delete
21           Remove corrupted objects.
22
23       --add-tombstones
24           Add tombstone commit for referenced but missing commits.
25
26       --verify-bindings
27           Verify that the commits pointed to by each ref have that ref in the
28           binding set. You should usually add this option; it only defaults
29           to off for backwards compatibility.
30
31       --verify-back-refs
32           Verify that all the refs listed in a commit’s ref-bindings point to
33           that commit. This cannot be used in repositories where the target
34           of refs is changed over time as new commits are added, but can be
35           used in repositories which are regenerated from scratch for each
36           commit. Implies --verify-bindings as well.
37

EXAMPLE

39       $ ostree fsck
40
41                   Enumerating objects...
42                   Verifying content integrity of of 2 commit objects
43                   0/2572 objects
44                   2571/2572 objects
45
46
47
48OSTree                                                          OSTREE FSCK(1)
Impressum