Man page - borg2-common(1)
Packages contains this manual
- borg2-diff(1)
- borg2-break-lock(1)
- borg2-umount(1)
- borg2-mount(1)
- borg2-export-tar(1)
- borg2-key(1)
- borg2-common(1)
- borg2-prune(1)
- borg2-match-archives(1)
- borg2-placeholders(1)
- borg2-check(1)
- borg2-compact(1)
- borg2-delete(1)
- borg2-extract(1)
- borg2-benchmark-crud(1)
- borg2-key-export(1)
- borg2-analyze(1)
- borg2(1)
- borg2-list(1)
- borg2-import-tar(1)
- borg2-repo-delete(1)
- borg2-undelete(1)
- borg2-create(1)
- borg2-patterns(1)
- borgfs2(1)
- borg2-compression(1)
- borgbackup2(1)
- borg2-key-change-passphrase(1)
- borg2-recreate(1)
- borg2-version(1)
- borg2-repo-list(1)
- borg2-tag(1)
- borg2-rename(1)
- borg2-repo-create(1)
- borg2-serve(1)
- borg2-transfer(1)
- borg2-benchmark-cpu(1)
- borg2-benchmark(1)
- borg2-info(1)
- borg2-key-change-location(1)
- borg2-repo-compress(1)
- borg2-with-lock(1)
- borg2-key-import(1)
- borg2-repo-info(1)
- borg2-repo-space(1)
apt-get install borgbackup2
Manual
BORG-COMMON
NAMESYNOPSIS
SEE ALSO
AUTHOR
NAME
borg-common - Common options of Borg commands
SYNOPSIS
-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
|
--iec |
format using IEC units (1KiB = 1024B) |
--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)
--remote-path PATH
use PATH as borg executable on the remote (default: "borg")
--upload-ratelimit RATE
set network upload rate limit in kiByte/s (default: 0=unlimited)
--upload-buffer UPLOAD_BUFFER
set network upload buffer size in MiB. (default: 0=no buffer)
--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".
--rsh RSH
Use this command to connect to the 'borg serve' process (default: 'ssh')
--socket PATH
Use UNIX DOMAIN (IPC) socket at PATH for client/server communication with socket: protocol.
-r REPO , --repo REPO
repository to use
SEE ALSO
borg-common(1)
AUTHOR
The Borg Collective