README: Initial commit

This commit is contained in:
networkException 2022-04-10 19:53:04 +02:00
parent ac48a7253b
commit b69839e27b
No known key found for this signature in database
GPG key ID: C1F2658DC370C8FC

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# 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]
-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
```