common-options.rst.inc 1.2 KB

123456789101112131415161718192021222324252627282930
  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. ``--lock-wait N``
  16. | wait for the lock, but max. N seconds (default: 1).
  17. ``--show-version``
  18. | show/log the borg version
  19. ``--show-rc``
  20. | show/log the return code (rc)
  21. ``--no-files-cache``
  22. | do not load/update the file metadata cache used to detect unchanged files
  23. ``--umask M``
  24. | set umask to M (local and remote, default: 0077)
  25. ``--remote-path PATH``
  26. | set remote path to executable (default: "borg")
  27. ``--remote-ratelimit rate``
  28. | set remote network upload rate limit in kiByte/s (default: 0=unlimited)
  29. ``--consider-part-files``
  30. | treat part files like normal files (e.g. to list/extract them)