Scroll to navigation

BORG-COMMON(1) borg backup tool BORG-COMMON(1)

NAME

borg-common - Common options of Borg commands

SYNOPSIS

show this help message and exit
work on log level CRITICAL
work on log level ERROR
work on log level WARNING (default)
work on log level INFO
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.
show progress information
format using IEC units (1KiB = 1024B)
Output one JSON object per log line instead of formatted text.
wait at most SECONDS for acquiring a repository/cache lock (default: 1).
Bypass locking mechanism
show/log the borg version
show/log the return code (rc)
set umask to M (local only, default: 0077)
use PATH as borg executable on the remote (default: "borg")
deprecated, use --upload-ratelimit instead
set network upload rate limit in kiByte/s (default: 0=unlimited)
deprecated, use --upload-buffer instead
set network upload buffer size in MiB. (default: 0=no buffer)
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".
Use this command to connect to the 'borg serve' process (default: 'ssh')

SEE ALSO

borg-common(1)

AUTHOR

The Borg Collective

2022-06-05