|
@@ -47,9 +47,10 @@ providers include specific support for Borg/borgmatic. Using these links and
|
|
|
services helps support borgmatic development and hosting. (These are referral
|
|
|
links, but without any tracking scripts or cookies.)
|
|
|
|
|
|
- * [BorgBase](https://www.borgbase.com/?utm_source=borgmatic): Borg hosting
|
|
|
- service with support for monitoring, 2FA, and append-only repos.
|
|
|
-
|
|
|
+<ul>
|
|
|
+ <li class="referral"><a href="https://www.rsync.net/cgi-bin/borg.cgi?campaign=borg&adgroup=borgmatic">rsync.net</a>: Cloud Storage provider with full support for borg and any other SSH/SFTP tool</li>
|
|
|
+ <li class="referral"><a href="https://www.borgbase.com/?utm_source=borgmatic">BorgBase</a>: Borg hosting service with support for monitoring, 2FA, and append-only repos</li>
|
|
|
+</ul>
|
|
|
|
|
|
## Configuration
|
|
|
|
|
@@ -73,7 +74,7 @@ uncomment a particular option, also uncomment its containing section name, or
|
|
|
else borgmatic won't recognize the option.
|
|
|
|
|
|
You can also get the same sample configuration file from the [configuration
|
|
|
-reference](../../docs/reference/configuration.md), the authoritative set of
|
|
|
+reference](https://torsion.org/borgmatic/docs/reference/configuration.md), the authoritative set of
|
|
|
all configuration options. This is handy if borgmatic has added new options
|
|
|
since you originally created your configuration file.
|
|
|
|
|
@@ -220,8 +221,13 @@ it.
|
|
|
|
|
|
## Related documentation
|
|
|
|
|
|
- * [Make per-application backups](../../docs/how-to/make-per-application-backups.md)
|
|
|
- * [Deal with very large backups](../../docs/how-to/deal-with-very-large-backups.md)
|
|
|
- * [Inspect your backups](../../docs/how-to/inspect-your-backups.md)
|
|
|
- * [borgmatic configuration reference](../../docs/reference/configuration.md)
|
|
|
- * [borgmatic command-line reference](../../docs/reference/command-line.md)
|
|
|
+ * [Make per-application backups](https://torsion.org/borgmatic/docs/how-to/make-per-application-backups.md)
|
|
|
+ * [Deal with very large backups](https://torsion.org/borgmatic/docs/how-to/deal-with-very-large-backups.md)
|
|
|
+ * [Inspect your backups](https://torsion.org/borgmatic/docs/how-to/inspect-your-backups.md)
|
|
|
+ * [borgmatic configuration reference](https://torsion.org/borgmatic/docs/reference/configuration.md)
|
|
|
+ * [borgmatic command-line reference](https://torsion.org/borgmatic/docs/reference/command-line.md)
|
|
|
+
|
|
|
+<script>
|
|
|
+ var links = document.getElementsByClassName("referral");
|
|
|
+ links[Math.floor(Math.random() * links.length)].style.display = "none";
|
|
|
+</script>
|