common-options.rst.inc 848 B

123456789101112131415161718192021222324
  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. ``--lock-wait N``
  14. | wait for the lock, but max. N seconds (default: 1).
  15. ``--show-version``
  16. | show/log the borg version
  17. ``--show-rc``
  18. | show/log the return code (rc)
  19. ``--no-files-cache``
  20. | do not load/update the file metadata cache used to detect unchanged files
  21. ``--umask M``
  22. | set umask to M (local and remote, default: 0077)
  23. ``--remote-path PATH``
  24. | set remote path to executable (default: "borg")