2022-04-10 19:53:04 +02:00
|
|
|
# restic-integrity
|
|
|
|
|
|
|
|
Check the integrity of a restic repository without unlocking it
|
|
|
|
|
|
|
|
```plain
|
|
|
|
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]
|
2022-08-15 13:15:34 +02:00
|
|
|
-s, --start <START> [default: 0]
|
|
|
|
--single-directory If the path argument should be used to check all files in a directory
|
2022-04-10 19:53:04 +02:00
|
|
|
it points to instead of a restic repository (use for testing)
|
|
|
|
-V, --version Print version information
|
|
|
|
```
|
2024-08-02 17:02:35 +02:00
|
|
|
|
|
|
|
## Installing
|
|
|
|
|
|
|
|
This package is available as `restic-integrity` from nixpkgs
|