0
0
Fork 0
mirror of https://projects.torsion.org/witten/borgmatic.git synced 2025-03-17 05:32:47 +00:00

Update ssh:// examples in documentation to use relative paths on the remote machine ().

This commit is contained in:
Dan Helfman 2022-08-19 12:00:40 -07:00
parent 8576ac86b9
commit 22628ba5d4
3 changed files with 5 additions and 5 deletions

View file

@ -24,8 +24,8 @@ location:
# Paths of local or remote repositories to backup to.
repositories:
- ssh://1234@usw-s001.rsync.net/backups.borg
- ssh://k8pDxu32@k8pDxu32.repo.borgbase.com/repo
- ssh://1234@usw-s001.rsync.net/./backups.borg
- ssh://k8pDxu32@k8pDxu32.repo.borgbase.com/./repo
- /var/lib/backups/local.borg
retention:

View file

@ -76,7 +76,7 @@ location:
- /home
repositories:
- ssh://me@buddys-server.org/backup.borg
- ssh://me@buddys-server.org/./backup.borg
hooks:
before_backup:

View file

@ -20,8 +20,8 @@ location:
# Paths of local or remote repositories to backup to.
repositories:
- ssh://1234@usw-s001.rsync.net/backups.borg
- ssh://k8pDxu32@k8pDxu32.repo.borgbase.com/repo
- ssh://1234@usw-s001.rsync.net/./backups.borg
- ssh://k8pDxu32@k8pDxu32.repo.borgbase.com/./repo
- /var/lib/backups/local.borg
```