placeholders: document escaping

This commit is contained in:
Marian Beermann 2017-04-05 00:11:46 +02:00
parent 1bd381a13a
commit 707316b0ea

View file

@ -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} ...