From 9bc18b3a42c830a1e5bad3d53e204fd2e6b299ad Mon Sep 17 00:00:00 2001 From: networkException Date: Sun, 10 Apr 2022 19:53:04 +0200 Subject: [PATCH] README: Initial commit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f5b49f --- /dev/null +++ b/README.md @@ -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] + +ARGS: + The path to the repository + +OPTIONS: + -h, --help Print help information + -j, --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 +```