serve.rst.inc 708 B

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