diff --git a/README.md b/README.md
index 18028d18..1f7c3a93 100644
--- a/README.md
+++ b/README.md
@@ -22,8 +22,8 @@ location:
# Paths of local or remote repositories to backup to.
repositories:
- - 1234@usw-s001.rsync.net:backups.borg
- k8pDxu32@k8pDxu32.repo.borgbase.com:repo
+ - 1234@usw-s001.rsync.net:backups.borg
- /var/lib/backups/local.borg
retention:
@@ -66,9 +66,9 @@ borgmatic is powered by [Borg Backup](https://www.borgbackup.org/).
-
-
+
+
## How-to guides
@@ -101,8 +101,8 @@ services helps support borgmatic development and hosting. (These are referral
links, but without any tracking scripts or cookies.)
- - rsync.net: Cloud Storage provider with full support for borg and any other SSH/SFTP tool
- BorgBase: Borg hosting service with support for monitoring, 2FA, and append-only repos
+ - rsync.net: Cloud Storage provider with full support for borg and any other SSH/SFTP tool
## Support and contributing
diff --git a/docs/how-to/make-backups-redundant.md b/docs/how-to/make-backups-redundant.md
index cb755134..b001e32d 100644
--- a/docs/how-to/make-backups-redundant.md
+++ b/docs/how-to/make-backups-redundant.md
@@ -16,8 +16,8 @@ location:
# Paths of local or remote repositories to backup to.
repositories:
- - 1234@usw-s001.rsync.net:backups.borg
- k8pDxu32@k8pDxu32.repo.borgbase.com:repo
+ - 1234@usw-s001.rsync.net:backups.borg
- /var/lib/backups/local.borg
```
@@ -28,8 +28,8 @@ your source directories.
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`
+1. Backup `/home` and `/etc` to `1234@usw-s001.rsync.net:backups.borg`
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 fbe347b7..2f8b2b5b 100644
--- a/docs/how-to/set-up-backups.md
+++ b/docs/how-to/set-up-backups.md
@@ -96,8 +96,8 @@ services helps support borgmatic development and hosting. (These are referral
links, but without any tracking scripts or cookies.)
- - rsync.net: Cloud Storage provider with full support for borg and any other SSH/SFTP tool
- BorgBase: Borg hosting service with support for monitoring, 2FA, and append-only repos
+ - rsync.net: Cloud Storage provider with full support for borg and any other SSH/SFTP tool
## Configuration