From 8d1dc148fa2c0bb70993651554de7e7ebc34d9ba Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 2 Aug 2018 14:20:17 +0200 Subject: Add --quiet Signed-off-by: Florian Pritz --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index da4e10c..af1930e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ borg-restore.pl \[options\] <path> Options: --help, -h short help message --debug show debug messages + --quiet show only warnings and errors --update-cache, -u update cache files --list [pattern] List paths contained in the backups, optionally matching an SQLite LIKE pattern @@ -63,6 +64,10 @@ It can be used to build your own restoration script. Enable debug messages. +- **--quiet** + + Reduce output by showing only show warnings and above (errors). + - **--update-cache**, **-u** Update the lookup database. You should run this after creating or removing a backup. -- cgit v1.2.3-24-g4f1b