serve.rst.inc 881 B

12345678910111213141516171819202122232425
  1. .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
  2. .. _borg_serve:
  3. borg serve
  4. ----------
  5. ::
  6. borg [common options] serve <options>
  7. optional arguments
  8. ``--restrict-to-path PATH``
  9. | 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.
  10. ``--append-only``
  11. | only allow appending to repository segment files
  12. ``--storage-quota``
  13. | 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.
  14. `Common options`_
  15. |
  16. Description
  17. ~~~~~~~~~~~
  18. This command starts a repository server process. This command is usually not used manually.