common-options.rst.inc 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. ``-h``, ``--help``
  2. | show this help message and exit
  3. ``--critical``
  4. | work on log level CRITICAL
  5. ``--error``
  6. | work on log level ERROR
  7. ``--warning``
  8. | work on log level WARNING (default)
  9. ``--info``, ``-v``, ``--verbose``
  10. | work on log level INFO
  11. ``--debug``
  12. | enable debug output, work on log level DEBUG
  13. ``--debug-topic TOPIC``
  14. | enable TOPIC debugging (can be specified multiple times). The logger path is borg.debug.<TOPIC> if TOPIC is not fully qualified.
  15. ``--log-json``
  16. | Output one JSON object per log line instead of formatted text.
  17. ``--lock-wait N``
  18. | wait for the lock, but max. N seconds (default: 1).
  19. ``--show-version``
  20. | show/log the borg version
  21. ``--show-rc``
  22. | show/log the return code (rc)
  23. ``--no-files-cache``
  24. | do not load/update the file metadata cache used to detect unchanged files
  25. ``--umask M``
  26. | set umask to M (local and remote, default: 0077)
  27. ``--remote-path PATH``
  28. | use PATH as borg executable on the remote (default: "borg")
  29. ``--remote-ratelimit rate``
  30. | set remote network upload rate limit in kiByte/s (default: 0=unlimited)
  31. ``--consider-part-files``
  32. | treat part files like normal files (e.g. to list/extract them)