Check the integrity of a restic repository without unlocking it
Go to file
2024-06-18 21:15:43 +02:00
source Main: Add licence header 2022-08-15 13:07:36 +02:00
.editorconfig Editor: Add editorconfig 2022-08-15 13:11:59 +02:00
.gitignore Git: Ignore vscode workspace files 2022-08-15 13:06:08 +02:00
Cargo.lock Cargo: Bump version to 1.2.2 2024-06-18 21:15:43 +02:00
Cargo.toml Cargo: Bump version to 1.2.2 2024-06-18 21:15:43 +02:00
dependabot.yml Dependencies: Add dependabot config 2022-12-22 15:58:01 +01:00
LICENSE LICENCE: Update author information 2022-08-15 13:06:56 +02:00
PKGBUILD PKGBUILD: Upgrade to 1.2.1 2022-08-15 13:10:22 +02:00
README.md README: Update help output 2022-08-15 13:15:34 +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, --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