1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 01:06:50 +00:00

Adjust repository path

This commit is contained in:
Dominik Stadler 2023-04-02 11:05:31 +02:00
parent 8fab4e4152
commit 6ab281875e

View file

@ -464,7 +464,7 @@ using `localhost` instead of `mybackup`
2. On machine `myclient` 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 Make sure to use port `8022` and `localhost` for the repository as this instructs borg on `myclient` to use the
remote forwarded ssh connection. remote forwarded ssh connection.