Updated dead links to Borg documentation.
This commit is contained in:
parent
f2782426d5
commit
f1c07b5cf5
2 changed files with 9 additions and 8 deletions
1
NEWS
1
NEWS
|
@ -3,6 +3,7 @@
|
||||||
* #33: Improve clarity of logging spew at high verbosity levels.
|
* #33: Improve clarity of logging spew at high verbosity levels.
|
||||||
* #29: Support for using tilde in source directory path to reference home directory.
|
* #29: Support for using tilde in source directory path to reference home directory.
|
||||||
* Converted main source repository from Mercurial to Git.
|
* Converted main source repository from Mercurial to Git.
|
||||||
|
* Updated dead links to Borg documentation.
|
||||||
|
|
||||||
1.1.8
|
1.1.8
|
||||||
* #39: Fix to make /etc/borgmatic/config.yaml optional rather than required when using the default
|
* #39: Fix to make /etc/borgmatic/config.yaml optional rather than required when using the default
|
||||||
|
|
|
@ -40,8 +40,7 @@ map:
|
||||||
- type: scalar
|
- type: scalar
|
||||||
desc: |
|
desc: |
|
||||||
Any paths matching these patterns are excluded from backups. Globs are expanded.
|
Any paths matching these patterns are excluded from backups. Globs are expanded.
|
||||||
See https://borgbackup.readthedocs.io/en/stable/usage.html#borg-help-patterns
|
See the output of "borg help patterns" for more details.
|
||||||
for details.
|
|
||||||
example:
|
example:
|
||||||
- '*.pyc'
|
- '*.pyc'
|
||||||
- /home/*/.cache
|
- /home/*/.cache
|
||||||
|
@ -68,7 +67,8 @@ map:
|
||||||
desc: |
|
desc: |
|
||||||
Repository storage options. See
|
Repository storage options. See
|
||||||
https://borgbackup.readthedocs.io/en/stable/usage.html#borg-create and
|
https://borgbackup.readthedocs.io/en/stable/usage.html#borg-create and
|
||||||
https://borgbackup.readthedocs.io/en/stable/usage.html#environment-variables for details.
|
https://borgbackup.readthedocs.io/en/stable/usage/general.html#environment-variables for
|
||||||
|
details.
|
||||||
map:
|
map:
|
||||||
encryption_passphrase:
|
encryption_passphrase:
|
||||||
type: scalar
|
type: scalar
|
||||||
|
@ -92,9 +92,9 @@ map:
|
||||||
archive_name_format:
|
archive_name_format:
|
||||||
type: scalar
|
type: scalar
|
||||||
desc: |
|
desc: |
|
||||||
Name of the archive. Borg placeholders can be used. See
|
Name of the archive. Borg placeholders can be used. See the output of
|
||||||
https://borgbackup.readthedocs.io/en/stable/usage.html#borg-help-placeholders
|
"borg help placeholders" for details. Default is
|
||||||
Default is "{hostname}-{now:%Y-%m-%dT%H:%M:%S.%f}"
|
"{hostname}-{now:%Y-%m-%dT%H:%M:%S.%f}"
|
||||||
example: "{hostname}-documents-{now}"
|
example: "{hostname}-documents-{now}"
|
||||||
retention:
|
retention:
|
||||||
desc: |
|
desc: |
|
||||||
|
@ -129,8 +129,8 @@ map:
|
||||||
type: scalar
|
type: scalar
|
||||||
desc: |
|
desc: |
|
||||||
When pruning, only consider archive names starting with this prefix.
|
When pruning, only consider archive names starting with this prefix.
|
||||||
Borg placeholders can be used. See
|
Borg placeholders can be used. See the output of "borg help placeholders" for
|
||||||
https://borgbackup.readthedocs.io/en/stable/usage.html#borg-help-placeholders
|
details.
|
||||||
example: sourcehostname
|
example: sourcehostname
|
||||||
consistency:
|
consistency:
|
||||||
desc: |
|
desc: |
|
||||||
|
|
Loading…
Reference in a new issue