From 6ab281875ea2a0e6650ed083bbbd9c5fe0adc61b Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Sun, 2 Apr 2023 11:05:31 +0200 Subject: [PATCH] Adjust repository path --- docs/deployment/pull-backup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/pull-backup.rst b/docs/deployment/pull-backup.rst index 607e29224..a84b9b3a9 100644 --- a/docs/deployment/pull-backup.rst +++ b/docs/deployment/pull-backup.rst @@ -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.