common-options.rst.inc 1.6 KB

123456789101112131415161718192021
  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: 10).
  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. --upload-ratelimit RATE set network upload rate limit in kiByte/s (default: 0=unlimited)
  17. --upload-buffer UPLOAD_BUFFER set network upload buffer size in MiB. (default: 0=no buffer)
  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')
  20. --socket PATH Use UNIX DOMAIN (IPC) socket at PATH for client/server communication with socket: protocol.
  21. -r REPO, --repo REPO repository to use