serve.rst.inc 661 B

1234567891011121314151617181920212223
  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 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. `Common options`_
  13. |
  14. Description
  15. ~~~~~~~~~~~
  16. This command starts a repository server process. This command is usually not used manually.