1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-04 10:39:50 +00:00
borg/docs/usage/serve.rst.inc

25 lines
881 B
PHP
Raw Normal View History

2016-07-05 23:30:08 +02:00
.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
.. _borg_serve:
borg serve
----------
::
2017-05-17 11:52:48 +02:00
borg [common options] serve <options>
optional arguments
``--restrict-to-path PATH``
2016-12-14 03:42:38 +01: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-06 01:33:53 +02:00
``--append-only``
| only allow appending to repository segment files
2017-05-25 00:59:39 +02:00
``--storage-quota``
| Override storage quota of the repository (e.g. 5G, 1.5T). When a new repository is initialized, sets the storage quota on the new repository as well. Default: no quota.
`Common options`_
|
Description
~~~~~~~~~~~
2017-03-27 01:45:45 +02:00
This command starts a repository server process. This command is usually not used manually.