1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-24 08:45:13 +00:00

Merge pull request #534 from lfam/contrib-docs

docs: Give project name in usage example.
This commit is contained in:
TW 2016-01-09 05:14:43 +01:00
commit 047cfc90e7

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[...]