serve.rst.inc 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  1. .. _borg_serve:
  2. borg serve
  3. ----------
  4. ::
  5. usage: borg serve [-h] [--critical] [--error] [--warning] [--info] [--debug]
  6. [--lock-wait N] [--show-rc] [--no-files-cache] [--umask M]
  7. [--remote-path PATH] [--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. --critical work on log level CRITICAL
  12. --error work on log level ERROR
  13. --warning work on log level WARNING (default)
  14. --info, -v, --verbose
  15. work on log level INFO
  16. --debug work on log level DEBUG
  17. --lock-wait N wait for the lock, but max. N seconds (default: 1).
  18. --show-rc show/log the return code (rc)
  19. --no-files-cache do not load/update the file metadata cache used to
  20. detect unchanged files
  21. --umask M set umask to M (local and remote, default: 0077)
  22. --remote-path PATH set remote path to executable (default: "borg")
  23. --restrict-to-path PATH
  24. restrict repository access to PATH
  25. Description
  26. ~~~~~~~~~~~
  27. This command starts a repository server process. This command is usually not used manually.