common-options.rst.inc 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  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. ``-p``, ``--progress``
  16. | show progress information
  17. ``--log-json``
  18. | Output one JSON object per log line instead of formatted text.
  19. ``--lock-wait N``
  20. | wait for the lock, but max. N seconds (default: 1).
  21. ``--show-version``
  22. | show/log the borg version
  23. ``--show-rc``
  24. | show/log the return code (rc)
  25. ``--no-files-cache``
  26. | do not load/update the file metadata cache used to detect unchanged files
  27. ``--umask M``
  28. | set umask to M (local and remote, default: 0077)
  29. ``--remote-path PATH``
  30. | use PATH as borg executable on the remote (default: "borg")
  31. ``--remote-ratelimit rate``
  32. | set remote network upload rate limit in kiByte/s (default: 0=unlimited)
  33. ``--consider-part-files``
  34. | treat part files like normal files (e.g. to list/extract them)
  35. ``--debug-profile FILE``
  36. | Write execution profile in Borg format into FILE. For local use a Python-compatible file can be generated by suffixing FILE with ".pyprof".