mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 08:45:13 +00:00
Adjust repository path
This commit is contained in:
parent
8fab4e4152
commit
6ab281875e
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@ using `localhost` instead of `mybackup`
|
|||
|
||||
2. On machine `myclient`
|
||||
|
||||
``borg create -v --progress --stats ssh://backup@localhost:8022/home/backup/repos/dogado /``
|
||||
``borg create -v --progress --stats ssh://backup@localhost:8022/home/backup/repos/myclient /``
|
||||
|
||||
Make sure to use port `8022` and `localhost` for the repository as this instructs borg on `myclient` to use the
|
||||
remote forwarded ssh connection.
|
||||
|
|
Loading…
Reference in a new issue