common-options.rst.inc 1.7 KB

12345678910111213141516171819202122
  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. --iec format using IEC units (1KiB = 1024B)
  10. --log-json Output one JSON object per log line instead of formatted text.
  11. --lock-wait SECONDS wait at most SECONDS for acquiring a repository/cache lock (default: 1).
  12. --bypass-lock Bypass locking mechanism
  13. --show-version show/log the borg version
  14. --show-rc show/log the return code (rc)
  15. --umask M set umask to M (local only, default: 0077)
  16. --remote-path PATH use PATH as borg executable on the remote (default: "borg")
  17. --upload-ratelimit RATE set network upload rate limit in kiByte/s (default: 0=unlimited)
  18. --upload-buffer UPLOAD_BUFFER set network upload buffer size in MiB. (default: 0=no buffer)
  19. --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".
  20. --rsh RSH Use this command to connect to the 'borg serve' process (default: 'ssh')
  21. --socket PATH Use UNIX DOMAIN (IPC) socket at PATH for client/server communication with socket: protocol.
  22. -r REPO, --repo REPO repository to use