1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-07 06:59:38 +00:00

docs: Give project name in usage example.

* docs/usage.rst: Replace "|project_name|" with "borg" because the
abstraction doesn't work in usage examples.
This commit is contained in:
Leo Famulari 2016-01-08 21:02:03 -05:00
parent 267347ad3f
commit 077ebe8c49

View file

@ -409,7 +409,7 @@ Examples
~~~~~~~~
::
# Allow an SSH keypair to only run |project_name|, and only have access to /mnt/backup.
# Allow an SSH keypair to only run borg, and only have access to /mnt/backup.
# This will help to secure an automated remote backup system.
$ cat ~/.ssh/authorized_keys
command="borg serve --restrict-to-path /mnt/backup" ssh-rsa AAAAB3[...]