mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
placeholders: document escaping
This commit is contained in:
parent
1bd381a13a
commit
707316b0ea
1 changed files with 4 additions and 0 deletions
|
|
@ -1755,6 +1755,10 @@ class Archiver:
|
|||
|
||||
The version of borg, only major, minor and patch version, e.g.: 1.0.8
|
||||
|
||||
If literal curly braces need to be used, double them for escaping::
|
||||
|
||||
borg create /path/to/repo::{{literal_text}}
|
||||
|
||||
Examples::
|
||||
|
||||
borg create /path/to/repo::{hostname}-{user}-{utcnow} ...
|
||||
|
|
|
|||
Loading…
Reference in a new issue