restic-integrity/README.md

708 B

restic-integrity

Check the integrity of a restic repository without unlocking it

networkException
Check the integrity of a restic repository without unlocking it

USAGE:
    restic-integrity [OPTIONS] <PATH>

ARGS:
    <PATH>    The path to the repository

OPTIONS:
    -h, --help                Print help information
    -j, --jobs <JOBS>         The number of jobs to use for hashing [default: 0]
    -s, --start <START>       [default: 0]
        --single-directory    If the path argument should be used to check all files in a directory
                              it points to instead of a restic repository (use for testing)
    -V, --version             Print version information