mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
docs: make clear that remote repos used via ssh need a remote borg
This commit is contained in:
parent
37c923d4f0
commit
56fd96589b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ Examples
|
|||
# Local repository
|
||||
$ borg init /mnt/backup
|
||||
|
||||
# Remote repository
|
||||
# Remote repository (accesses a remote borg via ssh)
|
||||
$ borg init user@hostname:backup
|
||||
|
||||
# Encrypted remote repository
|
||||
|
|
Loading…
Reference in a new issue