serve.rst.inc 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. .. _borg_serve:
  2. borg serve
  3. ----------
  4. ::
  5. usage: borg serve [-h] [-v] [--debug] [--lock-wait N] [--show-version]
  6. [--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. -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-version show/log the borg version
  17. --show-rc show/log the return code (rc)
  18. --no-files-cache do not load/update the file metadata cache used to
  19. detect unchanged files
  20. --umask M set umask to M (local and remote, default: 0077)
  21. --remote-path PATH set remote path to executable (default: "borg")
  22. --restrict-to-path PATH
  23. restrict repository access to PATH
  24. Description
  25. ~~~~~~~~~~~
  26. This command starts a repository server process. This command is usually not used manually.