common-options.rst.inc 1.4 KB

12345678910111213141516171819
  1. -h, --help show this help message and exit
  2. --critical work on log level CRITICAL
  3. --error work on log level ERROR
  4. --warning work on log level WARNING (default)
  5. --info, -v, --verbose work on log level INFO
  6. --debug enable debug output, work on log level DEBUG
  7. --debug-topic TOPIC enable TOPIC debugging (can be specified multiple times). The logger path is borg.debug.<TOPIC> if TOPIC is not fully qualified.
  8. -p, --progress show progress information
  9. --log-json Output one JSON object per log line instead of formatted text.
  10. --lock-wait SECONDS wait at most SECONDS for acquiring a repository/cache lock (default: 1).
  11. --bypass-lock Bypass locking mechanism
  12. --show-version show/log the borg version
  13. --show-rc show/log the return code (rc)
  14. --umask M set umask to M (local only, default: 0077)
  15. --remote-path PATH use PATH as borg executable on the remote (default: "borg")
  16. --remote-ratelimit RATE set remote network upload rate limit in kiByte/s (default: 0=unlimited)
  17. --consider-part-files treat part files like normal files (e.g. to list/extract them)
  18. --debug-profile FILE Write execution profile in Borg format into FILE. For local use a Python-compatible file can be generated by suffixing FILE with ".pyprof".
  19. --rsh RSH Use this command to connect to the 'borg serve' process (default: 'ssh')