Check the integrity of a restic repository without unlocking it
Go to file
2022-04-22 02:51:38 +02:00
src Main: Canonicalize paths before sorting 2022-04-22 02:50:22 +02:00
.gitignore Everywhere: Initial working version 2022-04-10 19:49:40 +02:00
Cargo.lock Cargo: Bump version to 1.1.0 2022-04-22 02:51:38 +02:00
Cargo.toml Cargo: Bump version to 1.1.0 2022-04-22 02:51:38 +02:00
LICENSE LICENSE: Use BSD-2-Clause 2022-04-10 19:51:22 +02:00
PKGBUILD PKGBUILD: Initial commit 2022-04-10 19:58:48 +02:00
README.md README: Initial commit 2022-04-10 19:53:04 +02:00

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, --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