From 665c3db2e9128a09708f60e757d527ad9bb280ec Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Mon, 18 Jan 2016 09:32:51 +0100 Subject: [PATCH] Improved understandability of sentence in deployment.rst. Thanks to @xor-gate. Related to https://github.com/borgbackup/borg/pull/529/files#r49952612 --- docs/deployment.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/deployment.rst b/docs/deployment.rst index 06ada8965..bd69f943f 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -73,8 +73,10 @@ The options which are added to the key will perform the following: 3. Run ``borg serve`` restricted at the client base path 4. Restrict ssh and do not allow stuff which imposes a security risk -Due to the cd command we use, the server automatically changes the current working -directory so the client will not need to append the hostname to the remote URI. +Due to the ``cd`` command we use, the server automatically changes the current +working directory. Then client doesn't need to have knowledge of the absolute +or relative remote repository path and can directly access the repositories at +``@:``. .. note:: The setup above ignores all client given commandline parameters which are normally appended to the `borg serve` command.