serve.rst.inc 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. .. _borg_serve:
  2. borg serve
  3. ----------
  4. ::
  5. usage: borg serve [-h] [-v] [--debug] [--lock-wait N] [--show-rc]
  6. [--no-files-cache] [--umask M] [--remote-path PATH]
  7. [--restrict-to-path PATH]
  8. Start in server mode. This command is usually not used manually.
  9. optional arguments:
  10. -h, --help show this help message and exit
  11. -v, --verbose, --info
  12. enable informative (verbose) output, work on log level
  13. INFO
  14. --debug enable debug output, work on log level DEBUG
  15. --lock-wait N wait for the lock, but max. N seconds (default: 1).
  16. --show-rc show/log the return code (rc)
  17. --no-files-cache do not load/update the file metadata cache used to
  18. detect unchanged files
  19. --umask M set umask to M (local and remote, default: 0077)
  20. --remote-path PATH set remote path to executable (default: "borg")
  21. --restrict-to-path PATH
  22. restrict repository access to PATH
  23. Description
  24. ~~~~~~~~~~~
  25. This command starts a repository server process. This command is usually not used manually.