Check the integrity of a restic repository without unlocking it
Go to file
networkException ae4ff20534
Main: Remove short argument version for single_directory
The -s specifying is too ambigous for a debug flag and can easily clash
with other flags.
2022-04-22 02:32:37 +02:00
src Main: Remove short argument version for single_directory 2022-04-22 02:32:37 +02:00
.gitignore Everywhere: Initial working version 2022-04-10 19:49:40 +02:00
Cargo.lock Everywhere: Initial working version 2022-04-10 19:49:40 +02:00
Cargo.toml Everywhere: Initial working version 2022-04-10 19:49:40 +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