Check the integrity of a restic repository without unlocking it
Find a file
2024-08-02 16:52:13 +02:00
source Main: Add licence header 2024-08-02 16:52:06 +02:00
.editorconfig Editor: Add editorconfig 2024-08-02 16:52:10 +02:00
.gitignore Git: Ignore vscode workspace files 2024-08-02 16:52:05 +02:00
Cargo.lock Cargo: Bump version to 1.2.2 2024-08-02 16:52:13 +02:00
Cargo.toml Cargo: Bump version to 1.2.2 2024-08-02 16:52:13 +02:00
dependabot.yml Dependencies: Add dependabot config 2024-08-02 16:52:12 +02:00
LICENSE Main: Fix typo in comment 2024-08-02 16:52:06 +02:00
PKGBUILD PKGBUILD: Upgrade to 1.2.1 2024-08-02 16:52:09 +02:00
README.md README: Update help output 2024-08-02 16:52:11 +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