Mention required borgmatic version in docs about Borg 2.x series changes.
All checks were successful
build / test (push) Successful in 6m48s
build / docs (push) Successful in 2m15s

This commit is contained in:
Dan Helfman 2024-10-25 22:33:22 -07:00
parent 83bc737185
commit 1426859e1c
2 changed files with 7 additions and 6 deletions

View File

@ -131,9 +131,9 @@ Or use the "latest" value for the archive to mount the latest archive:
borgmatic mount --archive latest --mount-point /mnt
```
<span class="minilink minilink-addedin">With Borg version 2.x</span>You can
provide a series name for the `--archive` value to mount multiple archives in
that series:
<span class="minilink minilink-addedin">New in borgmatic version 1.9.0 with
Borg version 2.x</span>You can provide a series name for the `--archive` value
to mount multiple archives in that series:
```bash
borgmatic mount --archive seriesname --mount-point /mnt

View File

@ -86,9 +86,10 @@ time. If `archive_name_format` is unspecified, the default with Borg 1 is
`{hostname}-{now:%Y-%m-%dT%H:%M:%S.%f}`, meaning your system hostname plus a
timestamp in a particular format.
<span class="minilink minilink-addedin">With Borg version 2.x</span>The default
is just `{hostname}`, as Borg 2 does not require unique archive names; identical
archive names form a common "series" that can be targeted together.
<span class="minilink minilink-addedin">New in borgmatic version 1.9.0 with
Borg version 2.x</span>The default is just `{hostname}`, as Borg 2 does not
require unique archive names; identical archive names form a common "series"
that can be targeted together.
### Archive filtering