Fix documentation typo.
This commit is contained in:
parent
5912769273
commit
5a56208922
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ forget to specify the section (like `location:` or `storage:`) that any option
|
||||||
is in.
|
is in.
|
||||||
|
|
||||||
In this example, when borgmatic runs, all instances of `{user}` get replaced
|
In this example, when borgmatic runs, all instances of `{user}` get replaced
|
||||||
with `foo` and all instances of `{archive-prefix}` get replaced with `bar-`.
|
with `foo` and all instances of `{archive_prefix}` get replaced with `bar-`.
|
||||||
(And in this particular example, `{now}` doesn't get replaced with anything,
|
(And in this particular example, `{now}` doesn't get replaced with anything,
|
||||||
but gets passed directly to Borg.) After substitution, the logical result
|
but gets passed directly to Borg.) After substitution, the logical result
|
||||||
looks something like this:
|
looks something like this:
|
||||||
|
|
Loading…
Reference in a new issue