summaryrefslogtreecommitdiffstats
path: root/docs/usage/check.rst.inc
diff options
context:
space:
mode:
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
~~~~~~~~~~~