2
0
Эх сурвалжийг харах

Updated dead links to Borg documentation.

Dan 7 жил өмнө
parent
commit
f1c07b5cf5
2 өөрчлөгдсөн 9 нэмэгдсэн , 8 устгасан
  1. 1 0
      NEWS
  2. 8 8
      borgmatic/config/schema.yaml

+ 1 - 0
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

+ 8 - 8
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: |