1
0
Fork 0
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:
Robin Schneider 2016-01-18 09:32:51 +01:00
parent 1f49d16a71
commit 665c3db2e9
No known key found for this signature in database
GPG key ID: 489A4D5EC353C98A

View file

@ -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.