Updated dead links to Borg documentation.

This commit is contained in:
Dan 2017-10-29 17:05:49 -07:00
parent f2782426d5
commit f1c07b5cf5
2 changed files with 9 additions and 8 deletions

1
NEWS
View File

@ -3,6 +3,7 @@
* #33: Improve clarity of logging spew at high verbosity levels.
* #29: Support for using tilde in source directory path to reference home directory.
* Converted main source repository from Mercurial to Git.
* Updated dead links to Borg documentation.
1.1.8
* #39: Fix to make /etc/borgmatic/config.yaml optional rather than required when using the default

View File

@ -40,8 +40,7 @@ map:
- type: scalar
desc: |
Any paths matching these patterns are excluded from backups. Globs are expanded.
See https://borgbackup.readthedocs.io/en/stable/usage.html#borg-help-patterns
for details.
See the output of "borg help patterns" for more details.
example:
- '*.pyc'
- /home/*/.cache
@ -68,7 +67,8 @@ map:
desc: |
Repository storage options. See
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:
encryption_passphrase:
type: scalar
@ -92,9 +92,9 @@ map:
archive_name_format:
type: scalar
desc: |
Name of the archive. Borg placeholders can be used. See
https://borgbackup.readthedocs.io/en/stable/usage.html#borg-help-placeholders
Default is "{hostname}-{now:%Y-%m-%dT%H:%M:%S.%f}"
Name of the archive. Borg placeholders can be used. See the output of
"borg help placeholders" for details. Default is
"{hostname}-{now:%Y-%m-%dT%H:%M:%S.%f}"
example: "{hostname}-documents-{now}"
retention:
desc: |
@ -129,8 +129,8 @@ map:
type: scalar
desc: |
When pruning, only consider archive names starting with this prefix.
Borg placeholders can be used. See
https://borgbackup.readthedocs.io/en/stable/usage.html#borg-help-placeholders
Borg placeholders can be used. See the output of "borg help placeholders" for
details.
example: sourcehostname
consistency:
desc: |