Add rsync.net to hosting providers; includ random link rotation.
This commit is contained in:
parent
9bc1b71017
commit
d2c46e91fe
2 changed files with 18 additions and 6 deletions
12
README.md
12
README.md
|
@ -82,9 +82,10 @@ providers include specific support for Borg/borgmatic. Using these links and
|
||||||
services helps support borgmatic development and hosting. (These are referral
|
services helps support borgmatic development and hosting. (These are referral
|
||||||
links, but without any tracking scripts or cookies.)
|
links, but without any tracking scripts or cookies.)
|
||||||
|
|
||||||
* [BorgBase](https://www.borgbase.com/?utm_source=borgmatic): Borg hosting
|
<ul>
|
||||||
service with support for monitoring, 2FA, and append-only repos.
|
<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>
|
||||||
|
|
||||||
## Support and contributing
|
## Support and contributing
|
||||||
|
|
||||||
|
@ -115,3 +116,8 @@ your thing. In general, contributions are very welcome. We don't bite!
|
||||||
Also, please check out the [borgmatic development
|
Also, please check out the [borgmatic development
|
||||||
how-to](https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic/) for
|
how-to](https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic/) for
|
||||||
info on cloning source code, running tests, etc.
|
info on cloning source code, running tests, etc.
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var links = document.getElementsByClassName("referral");
|
||||||
|
links[Math.floor(Math.random() * links.length)].style.display = "none";
|
||||||
|
</script>
|
||||||
|
|
|
@ -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
|
services helps support borgmatic development and hosting. (These are referral
|
||||||
links, but without any tracking scripts or cookies.)
|
links, but without any tracking scripts or cookies.)
|
||||||
|
|
||||||
* [BorgBase](https://www.borgbase.com/?utm_source=borgmatic): Borg hosting
|
<ul>
|
||||||
service with support for monitoring, 2FA, and append-only repos.
|
<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
|
## Configuration
|
||||||
|
|
||||||
|
@ -225,3 +226,8 @@ it.
|
||||||
* [Inspect your backups](../../docs/how-to/inspect-your-backups.md)
|
* [Inspect your backups](../../docs/how-to/inspect-your-backups.md)
|
||||||
* [borgmatic configuration reference](../../docs/reference/configuration.md)
|
* [borgmatic configuration reference](../../docs/reference/configuration.md)
|
||||||
* [borgmatic command-line reference](../../docs/reference/command-line.md)
|
* [borgmatic command-line reference](../../docs/reference/command-line.md)
|
||||||
|
|
||||||
|
<script>
|
||||||
|
var links = document.getElementsByClassName("referral");
|
||||||
|
links[Math.floor(Math.random() * links.length)].style.display = "none";
|
||||||
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue