summaryrefslogtreecommitdiffstats
path: root/docs/usage/check.rst.inc
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-12-13 15:47:03 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2015-12-13 15:47:03 +0100
commit2ecfa54aee99c36d810c5636a1e6f2c48acb9929 (patch)
tree5229e2379a3e4ab5dd1ddc9107b278415e6f54b3 /docs/usage/check.rst.inc
parentf3d60fdb377045971d5cf5f7ae2d0379cdb0e76c (diff)
ran build_api and build_usage0.29.0
Diffstat (limited to 'docs/usage/check.rst.inc')
-rw-r--r--docs/usage/check.rst.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/usage/check.rst.inc b/docs/usage/check.rst.inc
index fb15b428c..020881e49 100644
--- a/docs/usage/check.rst.inc
+++ b/docs/usage/check.rst.inc
@@ -6,7 +6,8 @@ borg check
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-only] [--archives-only] [--repair]
+ [--save-space] [--last N] [-p PREFIX]
[REPOSITORY_OR_ARCHIVE]
Check repository consistency
@@ -30,7 +31,10 @@ borg check
--repository-only only perform repository checks
--archives-only only perform archives checks
--repair attempt to repair any inconsistencies found
+ --save-space work slower, but using less space
--last N only check last N archives (Default: all)
+ -p PREFIX, --prefix PREFIX
+ only consider archive names starting with this prefix
Description
~~~~~~~~~~~