2016-07-05 21:30:08 +00:00
|
|
|
.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
|
|
|
|
|
2015-11-13 15:42:16 +00:00
|
|
|
.. _borg_serve:
|
|
|
|
|
|
|
|
borg serve
|
|
|
|
----------
|
|
|
|
::
|
|
|
|
|
2016-04-09 23:28:18 +00:00
|
|
|
borg serve <options>
|
|
|
|
|
|
|
|
optional arguments
|
|
|
|
``--restrict-to-path PATH``
|
2016-12-14 02:42:38 +00:00
|
|
|
| restrict repository access to PATH. Can be specified multiple times to allow the client access to several directories. Access to all sub-directories is granted implicitly; PATH doesn't need to directly point to a repository.
|
2016-07-05 23:33:53 +00:00
|
|
|
``--append-only``
|
|
|
|
| only allow appending to repository segment files
|
2016-04-09 23:28:18 +00:00
|
|
|
|
|
|
|
`Common options`_
|
|
|
|
|
|
|
|
|
|
2015-11-13 15:42:16 +00:00
|
|
|
Description
|
|
|
|
~~~~~~~~~~~
|
|
|
|
|
|
|
|
This command starts a repository server process. This command is usually not used manually.
|