summaryrefslogtreecommitdiffstats
path: root/docs/usage/check.rst.inc
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-12-08 10:21:20 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2015-12-08 10:21:20 +0100
commitf7abff87f958b7c8967cb02ad31eda577afb0f48 (patch)
treef1474f3d5978b3e1b7408e3e1f359006c182f033 /docs/usage/check.rst.inc
parent9c3b206bf792e23f49b89b66ef9003700a915725 (diff)
ran build_usage
Diffstat (limited to 'docs/usage/check.rst.inc')
-rw-r--r--docs/usage/check.rst.inc14
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/usage/check.rst.inc b/docs/usage/check.rst.inc
index f2a05956b..fb15b428c 100644
--- a/docs/usage/check.rst.inc
+++ b/docs/usage/check.rst.inc
@@ -4,9 +4,9 @@ borg check
----------
::
- usage: borg check [-h] [-v] [--show-rc] [--no-files-cache] [--umask M]
- [--remote-path PATH] [--repository-only] [--archives-only]
- [--repair] [--last N]
+ usage: borg check [-h] [-v] [--debug] [--lock-wait N] [--show-rc]
+ [--no-files-cache] [--umask M] [--remote-path PATH]
+ [--repository-only] [--archives-only] [--repair] [--last N]
[REPOSITORY_OR_ARCHIVE]
Check repository consistency
@@ -17,11 +17,15 @@ borg check
optional arguments:
-h, --help show this help message and exit
- -v, --verbose verbose output
+ -v, --verbose, --info
+ enable informative (verbose) output, work on log level
+ INFO
+ --debug enable debug output, work on log level DEBUG
+ --lock-wait N wait for the lock, but max. N seconds (default: 1).
--show-rc show/log the return code (rc)
--no-files-cache do not load/update the file metadata cache used to
detect unchanged files
- --umask M set umask to M (local and remote, default: 63)
+ --umask M set umask to M (local and remote, default: 0077)
--remote-path PATH set remote path to executable (default: "borg")
--repository-only only perform repository checks
--archives-only only perform archives checks