summaryrefslogtreecommitdiffstats
path: root/docs/man/borg-placeholders.1
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-10-02 15:51:17 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2022-10-02 15:51:17 +0200
commit3f159ca3bb88f8e2458c655c57b25ee3f376a117 (patch)
tree5e70ac4aa6f9ec442038f112b9c806b0bce61fb4 /docs/man/borg-placeholders.1
parent5d8d21df4d9260f42bb0f986a78ced6d871c2dd5 (diff)
build_man / build_usage2.0.0b3
Diffstat (limited to 'docs/man/borg-placeholders.1')
-rw-r--r--docs/man/borg-placeholders.16
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/borg-placeholders.1 b/docs/man/borg-placeholders.1
index d89ee90c0..29e087e46 100644
--- a/docs/man/borg-placeholders.1
+++ b/docs/man/borg-placeholders.1
@@ -27,12 +27,12 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "BORG-PLACEHOLDERS" 1 "2022-09-10" "" "borg backup tool"
+.TH "BORG-PLACEHOLDERS" 1 "2022-10-02" "" "borg backup tool"
.SH NAME
borg-placeholders \- Details regarding placeholders
.SH DESCRIPTION
.sp
-Repository URLs, \fB\-\-name\fP, \fB\-a\fP / \fB\-\-glob\-archives\fP, \fB\-\-comment\fP
+Repository URLs, \fB\-\-name\fP, \fB\-a\fP / \fB\-\-match\-archives\fP, \fB\-\-comment\fP
and \fB\-\-remote\-path\fP values support these placeholders:
.INDENT 0.0
.TP
@@ -92,7 +92,7 @@ Examples:
.ft C
borg create /path/to/repo::{hostname}\-{user}\-{utcnow} ...
borg create /path/to/repo::{hostname}\-{now:%Y\-%m\-%d_%H:%M:%S%z} ...
-borg prune \-a \(aq{hostname}\-*\(aq ...
+borg prune \-a \(aqsh:{hostname}\-*\(aq ...
.ft P
.fi
.UNINDENT