serve.rst.inc 960 B

123456789101112131415161718192021222324252627
  1. .. _borg_serve:
  2. borg serve
  3. ----------
  4. ::
  5. usage: borg serve [-h] [-v] [--show-rc] [--no-files-cache] [--umask M]
  6. [--remote-path PATH] [--restrict-to-path PATH]
  7. Start in server mode. This command is usually not used manually.
  8. optional arguments:
  9. -h, --help show this help message and exit
  10. -v, --verbose verbose output
  11. --show-rc show/log the return code (rc)
  12. --no-files-cache do not load/update the file metadata cache used to
  13. detect unchanged files
  14. --umask M set umask to M (local and remote, default: 63)
  15. --remote-path PATH set remote path to executable (default: "borg")
  16. --restrict-to-path PATH
  17. restrict repository access to PATH
  18. Description
  19. ~~~~~~~~~~~
  20. This command starts a repository server process. This command is usually not used manually.