summaryrefslogtreecommitdiffstats
path: root/docs/usage/check.rst.inc
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2016-04-10 01:13:35 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2016-04-10 01:13:35 +0200
commitcece7f9e6de77fc83a50737d97f1b445a7f60ba3 (patch)
tree7fe7a98fd16c76a0502218f92c69b60d03cd7d43 /docs/usage/check.rst.inc
parentd8f2d19da8b73e6097a5ffa7a6612a186921b8a2 (diff)
parent6a3f2d78644567f6b105414916b449eaa4409540 (diff)
merged 1.0-maint into master
Diffstat (limited to 'docs/usage/check.rst.inc')
-rw-r--r--docs/usage/check.rst.inc19
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/usage/check.rst.inc b/docs/usage/check.rst.inc
index ff4690f19..52355ab66 100644
--- a/docs/usage/check.rst.inc
+++ b/docs/usage/check.rst.inc
@@ -4,10 +4,11 @@ borg check
----------
::
- usage: borg check [-h] [-v] [--debug] [--lock-wait N] [--show-version]
- [--show-rc] [--no-files-cache] [--umask M]
- [--remote-path PATH] [--repository-only] [--archives-only]
- [--repair] [--save-space] [--last N] [-P PREFIX]
+ usage: borg check [-h] [--critical] [--error] [--warning] [--info] [--debug]
+ [--lock-wait N] [--show-version] [--show-rc]
+ [--no-files-cache] [--umask M] [--remote-path PATH]
+ [--repository-only] [--archives-only] [--repair]
+ [--save-space] [--last N] [-P PREFIX]
[REPOSITORY_OR_ARCHIVE]
Check repository consistency
@@ -18,10 +19,12 @@ borg check
optional arguments:
-h, --help show this help message and exit
- -v, --verbose, --info
- enable informative (verbose) output, work on log level
- INFO
- --debug enable debug output, work on log level DEBUG
+ --critical work on log level CRITICAL
+ --error work on log level ERROR
+ --warning work on log level WARNING (default)
+ --info, -v, --verbose
+ work on log level INFO
+ --debug work on log level DEBUG
--lock-wait N wait for the lock, but max. N seconds (default: 1).
--show-version show/log the borg version
--show-rc show/log the return code (rc)