From 2423c86c303bc2efc5d0dbd4a047b333ad526d4d Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Mon, 25 Mar 2024 21:17:32 +0100 Subject: Add --deny example to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5407005..8c74d4d 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ against the current file system and report any corrupted files. corrupted: ./test_file Error: Found 1 denied difference +You can optionally deny all changes to existing files: + + $ brck -d changed,removed,corrupted + Brck is quiet by default. Increase the verbosity using `-v` or request a summary using `-s`. Alternatively, enable the JSON output using `-J` and perform your own post-processing, e.g., using [jq][]: -- cgit v1.2.3