2017-06-20 09:49:26 +00:00
|
|
|
-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.
|
2017-07-23 15:12:01 +00:00
|
|
|
--lock-wait SECONDS wait at most SECONDS for acquiring a repository/cache lock (default: 1).
|
2020-04-12 17:51:49 +00:00
|
|
|
--bypass-lock Bypass locking mechanism
|
2017-06-20 09:49:26 +00:00
|
|
|
--show-version show/log the borg version
|
|
|
|
--show-rc show/log the return code (rc)
|
2020-10-04 18:32:38 +00:00
|
|
|
--umask M set umask to M (local only, default: 0077)
|
2017-06-20 09:49:26 +00:00
|
|
|
--remote-path PATH use PATH as borg executable on the remote (default: "borg")
|
2017-07-23 15:12:01 +00:00
|
|
|
--remote-ratelimit RATE set remote network upload rate limit in kiByte/s (default: 0=unlimited)
|
2021-02-06 00:32:02 +00:00
|
|
|
--remote-buffer UPLOAD_BUFFER set upload buffer size in MiB. (default: 0=no buffer)
|
2017-06-20 09:49:26 +00:00
|
|
|
--consider-part-files treat part files like normal files (e.g. to list/extract them)
|
|
|
|
--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".
|
2019-02-24 19:39:42 +00:00
|
|
|
--rsh RSH Use this command to connect to the 'borg serve' process (default: 'ssh')
|