From 97af16bd8624ef7619d41fdce6f07e177447cece Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Wed, 18 Nov 2020 12:05:38 -0800 Subject: [PATCH] Add Lima-Labs to examples. --- README.md | 8 ++------ docs/how-to/make-backups-redundant.md | 4 +++- docs/how-to/set-up-backups.md | 7 +------ 3 files changed, 6 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 100ae9f90..4b6525bcb 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ location: repositories: - 1234@usw-s001.rsync.net:backups.borg - k8pDxu32@k8pDxu32.repo.borgbase.com:repo + - user1@scp2.cdn.lima-labs.com:repo - /var/lib/backups/local.borg retention: @@ -91,12 +92,7 @@ links, but without any tracking scripts or cookies.) - -Additionally, this is a general storage hosting provider: - - ## Support and contributing diff --git a/docs/how-to/make-backups-redundant.md b/docs/how-to/make-backups-redundant.md index 8d643cfaa..1ef818737 100644 --- a/docs/how-to/make-backups-redundant.md +++ b/docs/how-to/make-backups-redundant.md @@ -22,6 +22,7 @@ location: repositories: - 1234@usw-s001.rsync.net:backups.borg - k8pDxu32@k8pDxu32.repo.borgbase.com:repo + - user1@scp2.cdn.lima-labs.com:repo - /var/lib/backups/local.borg ``` @@ -34,7 +35,8 @@ Here's a way of visualizing what borgmatic does with the above configuration: 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` +3. Backup `/home` and `/etc` to `user1@scp2.cdn.lima-labs.com:repo` +4. Backup `/home` and `/etc` to `/var/lib/backups/local.borg` This gives you redundancy of your data across repositories and even potentially across providers. diff --git a/docs/how-to/set-up-backups.md b/docs/how-to/set-up-backups.md index f84444884..6ced006c5 100644 --- a/docs/how-to/set-up-backups.md +++ b/docs/how-to/set-up-backups.md @@ -101,12 +101,7 @@ links, but without any tracking scripts or cookies.) - -Additionally, this is a general storage hosting provider: - - ## Configuration