summaryrefslogtreecommitdiffstats
path: root/docs/man/borg-check.1
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2017-11-25 14:38:04 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2017-11-25 14:38:04 +0100
commitef8217afc90d6887f40e8287dfdcc74a80250e8a (patch)
treea8c1e7f1518916a22eaa346e990ca5d682faea2b /docs/man/borg-check.1
parent73fac09ddaecf699ba75c7cd9022a5ac1482aa14 (diff)
build_man (master)
also: git add borgfs.1
Diffstat (limited to 'docs/man/borg-check.1')
-rw-r--r--docs/man/borg-check.112
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/man/borg-check.1 b/docs/man/borg-check.1
index cf2996a2a..5a8660a27 100644
--- a/docs/man/borg-check.1
+++ b/docs/man/borg-check.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH BORG-CHECK 1 "2017-06-18" "" "borg backup tool"
+.TH BORG-CHECK 1 "2017-11-25" "" "borg backup tool"
.SH NAME
borg-check \- Check repository consistency
.
@@ -32,7 +32,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
..
.SH SYNOPSIS
.sp
-borg [common options] check <options> REPOSITORY_OR_ARCHIVE
+borg [common options] check [options] [REPOSITORY_OR_ARCHIVE]
.SH DESCRIPTION
.sp
The check command verifies the consistency of a repository and the corresponding archives.
@@ -121,16 +121,16 @@ attempt to repair any inconsistencies found
.B \-\-save\-space
work slower, but using less space
.UNINDENT
-.SS filters
+.SS Archive filters
.INDENT 0.0
.TP
-.B \-P\fP,\fB \-\-prefix
+.BI \-P \ PREFIX\fP,\fB \ \-\-prefix \ PREFIX
only consider archive names starting with this prefix.
.TP
-.B \-a\fP,\fB \-\-glob\-archives
+.BI \-a \ GLOB\fP,\fB \ \-\-glob\-archives \ GLOB
only consider archive names matching the glob. sh: rules apply, see "borg help patterns". \fB\-\-prefix\fP and \fB\-\-glob\-archives\fP are mutually exclusive.
.TP
-.B \-\-sort\-by
+.BI \-\-sort\-by \ KEYS
Comma\-separated list of sorting keys; valid keys are: timestamp, name, id; default is: timestamp
.TP
.BI \-\-first \ N