Check the integrity of a restic repository without unlocking it
Find a file
networkException 4ff1be7022
Dependencies: Remove dependabot config
The forge this project is on now doesn't have a dependabot
2024-08-02 16:59:09 +02:00
src Everywhere: Remove support for building on Arch Linux 2024-08-02 16:53:44 +02:00
.editorconfig Editor: Add editorconfig 2024-08-02 16:52:10 +02:00
.gitignore Everywhere: Remove support for building on Arch Linux 2024-08-02 16:53:44 +02:00
Cargo.lock Cargo: Bump version to 1.3.0 2024-08-02 16:52:15 +02:00
Cargo.toml Everywhere: Remove support for building on Arch Linux 2024-08-02 16:53:44 +02:00
LICENSE LICENSE: Bump year 2024-08-02 16:58:33 +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