mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
Improved understandability of sentence in deployment.rst.
Thanks to @xor-gate. Related to https://github.com/borgbackup/borg/pull/529/files#r49952612
This commit is contained in:
parent
1f49d16a71
commit
665c3db2e9
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
``<user>@<host>:<repo>``.
|
||||
|
||||
.. note:: The setup above ignores all client given commandline parameters
|
||||
which are normally appended to the `borg serve` command.
|
||||
|
|
Loading…
Reference in a new issue