mirror of
https://github.com/borgbackup/borg.git
synced 2026-09-01 14:13:19 +02:00
Set BORG_DEBUG_PROFILE to a filename to get an execution profile written there; a ".pyprof" suffix still selects the Python-compatible format. Note that this now applies to EVERY borg invocation while the variable is set, not just to a single command like the option did - the docs say so and the test switches it off around the "borg debug convert-profile" call, which would otherwise profile itself over the profile it is reading.
14 lines
946 B
PHP
14 lines
946 B
PHP
-h, --help show this help message and exit
|
|
--critical work on log level CRITICAL
|
|
--error work on log level ERROR
|
|
--warning work on log level WARNING (default)
|
|
--info, -v, --verbose work on log level INFO
|
|
--debug enable debug output, work on log level DEBUG
|
|
--debug-topic TOPIC enable TOPIC debugging (can be specified multiple times). The logger path is borg.debug.<TOPIC> if TOPIC is not fully qualified.
|
|
-p, --progress show progress information
|
|
--log-json Output one JSON object per log line instead of formatted text.
|
|
--lock-wait SECONDS wait at most SECONDS for acquiring a repository/cache lock (default: 10).
|
|
--show-version show/log the borg version
|
|
--show-rc show/log the return code (rc)
|
|
--umask M set umask to M (local only, default: 0077)
|
|
-r REPO, --repo REPO repository to use
|