Quellcode durchsuchen

Clarify documentation about multiple repositories and separate configuration files (#613).

Dan Helfman vor 2 Jahren
Ursprung
Commit
694d376d15
2 geänderte Dateien mit 11 neuen und 0 gelöschten Zeilen
  1. 1 0
      NEWS
  2. 10 0
      docs/how-to/make-backups-redundant.md

+ 1 - 0
NEWS

@@ -3,6 +3,7 @@
  * #604: Fix traceback when a configuration section is present but lacking any options.
  * #607: Clarify examples in include merging and deep merging documentation.
  * #611: Fix "data" consistency check to support "check_last" and consistency "prefix" options.
+ * #613: Clarify documentation about multiple repositories and separate configuration files.
 
 1.7.4
  * #596: Fix special file detection erroring when broken symlinks are encountered.

+ 10 - 0
docs/how-to/make-backups-redundant.md

@@ -42,3 +42,13 @@ potentially across providers.
 See [Borg repository URLs
 documentation](https://borgbackup.readthedocs.io/en/stable/usage/general.html#repository-urls)
 for more information on how to specify local and remote repository paths.
+
+### Different options per repository
+
+What if you want borgmatic to backup to multiple repositories—while also
+setting different options for each one? In that case, you'll need to use
+[a separate borgmatic configuration file for each
+repository](https://torsion.org/borgmatic/docs/how-to/make-per-application-backups/)
+instead of the multiple repositories in one configuration file as described
+above. That's because all of the repositories in a particular configuration
+file get the same options applied.