debug-info.rst.inc 1.4 KB

1234567891011121314151617181920212223242526272829303132333435
  1. .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
  2. .. _borg_debug-info:
  3. borg debug-info
  4. ---------------
  5. ::
  6. usage: borg debug-info [-h] [--critical] [--error] [--warning] [--info]
  7. [--debug] [--lock-wait N] [--show-rc]
  8. [--no-files-cache] [--umask M] [--remote-path PATH]
  9. display system information for debugging / bug reports
  10. optional arguments:
  11. -h, --help show this help message and exit
  12. --critical work on log level CRITICAL
  13. --error work on log level ERROR
  14. --warning work on log level WARNING (default)
  15. --info, -v, --verbose
  16. work on log level INFO
  17. --debug work on log level DEBUG
  18. --lock-wait N wait for the lock, but max. N seconds (default: 1).
  19. --show-rc show/log the return code (rc)
  20. --no-files-cache do not load/update the file metadata cache used to
  21. detect unchanged files
  22. --umask M set umask to M (local and remote, default: 0077)
  23. --remote-path PATH set remote path to executable (default: "borg")
  24. Description
  25. ~~~~~~~~~~~
  26. This command displays some system information that might be useful for bug
  27. reports and debugging problems. If a traceback happens, this information is
  28. already appended at the end of the traceback.