borgbackup/docs/man/borg-common.1

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

103 lines
2.5 KiB
Groff
Raw Normal View History

2026-03-15 09:34:31 -04:00
.\" Man page generated from reStructuredText
.\" by the Docutils 0.22.4 manpage writer.
2017-02-05 08:22:06 -05:00
.
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\$1 \\n[an-margin]
level \\n[rst2man-indent-level]
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
-
\\n[rst2man-indent0]
\\n[rst2man-indent1]
\\n[rst2man-indent2]
..
.de1 INDENT
.\" .rstReportMargin pre:
. RS \\$1
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
. nr rst2man-indent-level +1
.\" .rstReportMargin post:
..
.de UNINDENT
. RE
.\" indent \\n[an-margin]
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
2026-06-16 08:17:43 -04:00
.TH "borg-common" "1" "2026-06-16" "" "borg backup tool"
2026-03-15 09:34:31 -04:00
.SH Name
2022-06-23 19:19:19 -04:00
borg-common \- Common options of Borg commands
2017-02-05 08:22:06 -05:00
.SH SYNOPSIS
.INDENT 0.0
.TP
2022-06-23 19:19:19 -04:00
.B \-h\fP,\fB \-\-help
2017-02-05 08:22:06 -05:00
show this help message and exit
.TP
2022-06-23 19:19:19 -04:00
.B \-\-critical
2017-02-05 08:22:06 -05:00
work on log level CRITICAL
.TP
2022-06-23 19:19:19 -04:00
.B \-\-error
2017-02-05 08:22:06 -05:00
work on log level ERROR
.TP
2022-06-23 19:19:19 -04:00
.B \-\-warning
2017-02-05 08:22:06 -05:00
work on log level WARNING (default)
.TP
2022-06-23 19:19:19 -04:00
.B \-\-info\fP,\fB \-v\fP,\fB \-\-verbose
2017-02-05 08:22:06 -05:00
work on log level INFO
.TP
2022-06-23 19:19:19 -04:00
.B \-\-debug
2017-02-05 08:22:06 -05:00
enable debug output, work on log level DEBUG
.TP
.BI \-\-debug\-topic \ TOPIC
enable TOPIC debugging (can be specified multiple times). The logger path is borg.debug.<TOPIC> if TOPIC is not fully qualified.
.TP
2022-06-23 19:19:19 -04:00
.B \-p\fP,\fB \-\-progress
2017-05-17 05:52:48 -04:00
show progress information
.TP
2022-06-23 19:19:19 -04:00
.B \-\-iec
2021-05-11 16:33:28 -04:00
format using IEC units (1KiB = 1024B)
.TP
2022-06-23 19:19:19 -04:00
.B \-\-log\-json
2017-03-26 19:58:19 -04:00
Output one JSON object per log line instead of formatted text.
.TP
.BI \-\-lock\-wait \ SECONDS
2024-09-07 16:31:48 -04:00
wait at most SECONDS for acquiring a repository/cache lock (default: 10).
2020-04-12 13:55:57 -04:00
.TP
2022-06-23 19:19:19 -04:00
.B \-\-show\-version
2017-02-05 08:22:06 -05:00
show/log the borg version
.TP
2022-06-23 19:19:19 -04:00
.B \-\-show\-rc
2017-02-05 08:22:06 -05:00
show/log the return code (rc)
.TP
.BI \-\-umask \ M
2020-10-04 14:33:08 -04:00
set umask to M (local only, default: 0077)
2017-02-05 08:22:06 -05:00
.TP
.BI \-\-remote\-path \ PATH
2022-09-10 10:03:27 -04:00
use PATH as borg executable on the remote (default: \(dqborg\(dq)
2017-02-05 08:22:06 -05:00
.TP
2021-05-11 16:33:28 -04:00
.BI \-\-upload\-ratelimit \ RATE
set network upload rate limit in kiByte/s (default: 0=unlimited)
2017-02-05 08:22:06 -05:00
.TP
2021-05-11 16:33:28 -04:00
.BI \-\-upload\-buffer \ UPLOAD_BUFFER
set network upload buffer size in MiB. (default: 0=no buffer)
2021-02-05 19:32:54 -05:00
.TP
2017-05-17 05:52:48 -04:00
.BI \-\-debug\-profile \ FILE
2022-09-10 10:03:27 -04:00
Write execution profile in Borg format into FILE. For local use a Python\-compatible file can be generated by suffixing FILE with \(dq.pyprof\(dq.
2019-02-24 14:40:07 -05:00
.TP
.BI \-\-rsh \ RSH
Use this command to connect to the \(aqborg serve\(aq process (default: \(aqssh\(aq)
2022-06-23 19:19:19 -04:00
.TP
.BI \-r \ REPO\fR,\fB \ \-\-repo \ REPO
repository to use
2017-02-05 08:22:06 -05:00
.UNINDENT
.SH SEE ALSO
.sp
\fIborg\-common(1)\fP
2026-03-15 09:34:31 -04:00
.SH Author
2017-02-05 08:22:06 -05:00
The Borg Collective
2026-03-15 09:34:31 -04:00
.\" End of generated man page.