2017-02-05 13:22:06 +00:00
|
|
|
.\" Man page generated from reStructuredText.
|
|
|
|
.
|
|
|
|
.
|
|
|
|
.nr rst2man-indent-level 0
|
|
|
|
.
|
|
|
|
.de1 rstReportMargin
|
|
|
|
\\$1 \\n[an-margin]
|
|
|
|
level \\n[rst2man-indent-level]
|
|
|
|
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
|
|
-
|
|
|
|
\\n[rst2man-indent0]
|
|
|
|
\\n[rst2man-indent1]
|
|
|
|
\\n[rst2man-indent2]
|
|
|
|
..
|
|
|
|
.de1 INDENT
|
|
|
|
.\" .rstReportMargin pre:
|
|
|
|
. RS \\$1
|
|
|
|
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
|
|
|
|
. nr rst2man-indent-level +1
|
|
|
|
.\" .rstReportMargin post:
|
|
|
|
..
|
|
|
|
.de UNINDENT
|
|
|
|
. RE
|
|
|
|
.\" indent \\n[an-margin]
|
|
|
|
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
|
|
.nr rst2man-indent-level -1
|
|
|
|
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
|
|
|
|
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
|
|
|
|
..
|
2023-02-26 20:30:54 +00:00
|
|
|
.TH "BORG-PLACEHOLDERS" 1 "2023-02-26" "" "borg backup tool"
|
2022-06-23 23:19:19 +00:00
|
|
|
.SH NAME
|
|
|
|
borg-placeholders \- Details regarding placeholders
|
2017-02-05 13:22:06 +00:00
|
|
|
.SH DESCRIPTION
|
|
|
|
.sp
|
2022-10-02 13:51:17 +00:00
|
|
|
Repository URLs, \fB\-\-name\fP, \fB\-a\fP / \fB\-\-match\-archives\fP, \fB\-\-comment\fP
|
2019-09-06 22:36:10 +00:00
|
|
|
and \fB\-\-remote\-path\fP values support these placeholders:
|
2017-02-05 13:22:06 +00:00
|
|
|
.INDENT 0.0
|
2017-06-18 10:13:28 +00:00
|
|
|
.TP
|
|
|
|
.B {hostname}
|
2017-02-05 13:22:06 +00:00
|
|
|
The (short) hostname of the machine.
|
2017-06-18 10:13:28 +00:00
|
|
|
.TP
|
|
|
|
.B {fqdn}
|
2017-02-05 13:22:06 +00:00
|
|
|
The full name of the machine.
|
2017-06-18 10:13:28 +00:00
|
|
|
.TP
|
2019-02-24 19:40:07 +00:00
|
|
|
.B {reverse\-fqdn}
|
2017-12-11 22:00:38 +00:00
|
|
|
The full name of the machine in reverse domain name notation.
|
|
|
|
.TP
|
2017-06-18 10:13:28 +00:00
|
|
|
.B {now}
|
2017-02-05 13:22:06 +00:00
|
|
|
The current local date and time, by default in ISO\-8601 format.
|
|
|
|
You can also supply your own \fI\%format string\fP, e.g. {now:%Y\-%m\-%d_%H:%M:%S}
|
2017-06-18 10:13:28 +00:00
|
|
|
.TP
|
|
|
|
.B {utcnow}
|
2017-02-05 13:22:06 +00:00
|
|
|
The current UTC date and time, by default in ISO\-8601 format.
|
|
|
|
You can also supply your own \fI\%format string\fP, e.g. {utcnow:%Y\-%m\-%d_%H:%M:%S}
|
2017-06-18 10:13:28 +00:00
|
|
|
.TP
|
|
|
|
.B {user}
|
2017-02-05 13:22:06 +00:00
|
|
|
The user name (or UID, if no name is available) of the user running borg.
|
2017-06-18 10:13:28 +00:00
|
|
|
.TP
|
|
|
|
.B {pid}
|
2017-02-05 13:22:06 +00:00
|
|
|
The current process ID.
|
2017-06-18 10:13:28 +00:00
|
|
|
.TP
|
|
|
|
.B {borgversion}
|
2017-02-05 13:22:06 +00:00
|
|
|
The version of borg, e.g.: 1.0.8rc1
|
2017-06-18 10:13:28 +00:00
|
|
|
.TP
|
|
|
|
.B {borgmajor}
|
2017-02-05 13:22:06 +00:00
|
|
|
The version of borg, only the major version, e.g.: 1
|
2017-06-18 10:13:28 +00:00
|
|
|
.TP
|
|
|
|
.B {borgminor}
|
2017-02-05 13:22:06 +00:00
|
|
|
The version of borg, only major and minor version, e.g.: 1.0
|
2017-06-18 10:13:28 +00:00
|
|
|
.TP
|
|
|
|
.B {borgpatch}
|
2017-02-05 13:22:06 +00:00
|
|
|
The version of borg, only major, minor and patch version, e.g.: 1.0.8
|
|
|
|
.UNINDENT
|
|
|
|
.sp
|
2017-04-29 23:32:26 +00:00
|
|
|
If literal curly braces need to be used, double them for escaping:
|
|
|
|
.INDENT 0.0
|
|
|
|
.INDENT 3.5
|
|
|
|
.sp
|
|
|
|
.nf
|
|
|
|
.ft C
|
|
|
|
borg create /path/to/repo::{{literal_text}}
|
|
|
|
.ft P
|
|
|
|
.fi
|
|
|
|
.UNINDENT
|
|
|
|
.UNINDENT
|
|
|
|
.sp
|
2017-02-05 13:22:06 +00:00
|
|
|
Examples:
|
|
|
|
.INDENT 0.0
|
|
|
|
.INDENT 3.5
|
|
|
|
.sp
|
|
|
|
.nf
|
|
|
|
.ft C
|
|
|
|
borg create /path/to/repo::{hostname}\-{user}\-{utcnow} ...
|
2022-09-10 14:03:27 +00:00
|
|
|
borg create /path/to/repo::{hostname}\-{now:%Y\-%m\-%d_%H:%M:%S%z} ...
|
2022-10-02 13:51:17 +00:00
|
|
|
borg prune \-a \(aqsh:{hostname}\-*\(aq ...
|
2017-02-05 13:22:06 +00:00
|
|
|
.ft P
|
|
|
|
.fi
|
|
|
|
.UNINDENT
|
|
|
|
.UNINDENT
|
2017-06-18 10:13:28 +00:00
|
|
|
.sp
|
|
|
|
\fBNOTE:\fP
|
|
|
|
.INDENT 0.0
|
|
|
|
.INDENT 3.5
|
|
|
|
systemd uses a difficult, non\-standard syntax for command lines in unit files (refer to
|
|
|
|
the \fIsystemd.unit(5)\fP manual page).
|
|
|
|
.sp
|
|
|
|
When invoking borg from unit files, pay particular attention to escaping,
|
|
|
|
especially when using the now/utcnow placeholders, since systemd performs its own
|
|
|
|
%\-based variable replacement even in quoted text. To avoid interference from systemd,
|
|
|
|
double all percent signs (\fB{hostname}\-{now:%Y\-%m\-%d_%H:%M:%S}\fP
|
|
|
|
becomes \fB{hostname}\-{now:%%Y\-%%m\-%%d_%%H:%%M:%%S}\fP).
|
|
|
|
.UNINDENT
|
|
|
|
.UNINDENT
|
2017-02-05 13:22:06 +00:00
|
|
|
.SH AUTHOR
|
|
|
|
The Borg Collective
|
|
|
|
.\" Generated by docutils manpage writer.
|
|
|
|
.
|