From d1e9f74087190a837652d0b06c18835ef30efb37 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 27 Aug 2020 15:21:53 -0700 Subject: [PATCH] Restore referal link. --- README.md | 8 ++++---- docs/how-to/make-backups-redundant.md | 4 ++-- docs/how-to/set-up-backups.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 65a857b5b..3cfc210c9 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ location: # Paths of local or remote repositories to backup to. repositories: - - k8pDxu32@k8pDxu32.repo.borgbase.com:repo - 1234@usw-s001.rsync.net:backups.borg + - k8pDxu32@k8pDxu32.repo.borgbase.com:repo - /var/lib/backups/local.borg retention: @@ -66,9 +66,9 @@ borgmatic is powered by [Borg Backup](https://www.borgbackup.org/). Healthchecks      Cronitor      Cronhub      -PagerDuty +PagerDuty      +rsync.net      BorgBase      -rsync.net      ## Getting started @@ -89,8 +89,8 @@ services helps support borgmatic development and hosting. (These are referral links, but without any tracking scripts or cookies.) ## Support and contributing diff --git a/docs/how-to/make-backups-redundant.md b/docs/how-to/make-backups-redundant.md index d4c344106..8d643cfaa 100644 --- a/docs/how-to/make-backups-redundant.md +++ b/docs/how-to/make-backups-redundant.md @@ -20,8 +20,8 @@ location: # Paths of local or remote repositories to backup to. repositories: - - k8pDxu32@k8pDxu32.repo.borgbase.com:repo - 1234@usw-s001.rsync.net:backups.borg + - k8pDxu32@k8pDxu32.repo.borgbase.com:repo - /var/lib/backups/local.borg ``` @@ -32,8 +32,8 @@ your source directories. Here's a way of visualizing what borgmatic does with the above configuration: -2. Backup `/home` and `/etc` to `k8pDxu32@k8pDxu32.repo.borgbase.com:repo` 1. Backup `/home` and `/etc` to `1234@usw-s001.rsync.net:backups.borg` +2. Backup `/home` and `/etc` to `k8pDxu32@k8pDxu32.repo.borgbase.com:repo` 3. Backup `/home` and `/etc` to `/var/lib/backups/local.borg` This gives you redundancy of your data across repositories and even diff --git a/docs/how-to/set-up-backups.md b/docs/how-to/set-up-backups.md index 71a763ea5..410e779d3 100644 --- a/docs/how-to/set-up-backups.md +++ b/docs/how-to/set-up-backups.md @@ -99,8 +99,8 @@ services helps support borgmatic development and hosting. (These are referral links, but without any tracking scripts or cookies.) ## Configuration