Fix multiple repositories example.
This commit is contained in:
parent
7a8e0e89dd
commit
1bcdebd1cc
1 changed files with 2 additions and 3 deletions
|
@ -34,9 +34,8 @@ your source directories.
|
||||||
|
|
||||||
Here's a way of visualizing what borgmatic does with the above configuration:
|
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`
|
1. Backup `/home` and `/etc` to `k8pDxu32@k8pDxu32.repo.borgbase.com:repo`
|
||||||
2. Backup `/home` and `/etc` to `k8pDxu32@k8pDxu32.repo.borgbase.com:repo`
|
2. Backup `/home` and `/etc` to `/var/lib/backups/local.borg`
|
||||||
3. Backup `/home` and `/etc` to `/var/lib/backups/local.borg`
|
|
||||||
|
|
||||||
This gives you redundancy of your data across repositories and even
|
This gives you redundancy of your data across repositories and even
|
||||||
potentially across providers.
|
potentially across providers.
|
||||||
|
|
Loading…
Reference in a new issue