From f1c07b5cf5ac417dfab042a25f1a99a84189abee Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 29 Oct 2017 17:05:49 -0700 Subject: [PATCH] Updated dead links to Borg documentation. --- NEWS | 1 + borgmatic/config/schema.yaml | 16 ++++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 35fe1e273..71e7c8ee2 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 60f6cdf5c..b6d3c83b3 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -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: |