mirror of
https://github.com/borgbackup/borg.git
synced 2026-09-01 14:13:19 +02:00
89 lines
2.6 KiB
Groff
89 lines
2.6 KiB
Groff
.\" Man page generated from reStructuredText
|
|
.\" by the Docutils 0.22.4 manpage writer.
|
|
.
|
|
.
|
|
.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
|
|
..
|
|
.TH "borg-repo-delete" "1" "2026-08-29" "" "borg backup tool"
|
|
.SH Name
|
|
borg-repo-delete \- Deletes a repository.
|
|
.SH SYNOPSIS
|
|
.sp
|
|
borg [common options] repo\-delete [options]
|
|
.SH DESCRIPTION
|
|
.sp
|
|
This command deletes a complete repository.
|
|
.sp
|
|
When you delete a complete repository, the security info and local cache for it
|
|
(if any) are also deleted. Alternatively, you can delete just the local cache
|
|
with the \fB\-\-cache\-only\fP option, or keep the security info with the
|
|
\fB\-\-keep\-security\-info\fP option.
|
|
.sp
|
|
Always first use \fB\-\-dry\-run \-\-list\fP to see what would be deleted.
|
|
.SH OPTIONS
|
|
.sp
|
|
See \fIborg\-common(1)\fP for common options of Borg commands.
|
|
.SS options
|
|
.INDENT 0.0
|
|
.TP
|
|
.B \-n\fP,\fB \-\-dry\-run
|
|
do not change the repository
|
|
.TP
|
|
.B \-\-list
|
|
output a verbose list of archives
|
|
.TP
|
|
.B \-\-force
|
|
do not ask for confirmation, just delete the repository. this also works if the repository is damaged to a point where its archives can not be listed anymore.
|
|
.TP
|
|
.B \-\-cache\-only
|
|
delete only the local cache for the given repository
|
|
.TP
|
|
.B \-\-keep\-security\-info
|
|
keep the local security info when deleting a repository
|
|
.UNINDENT
|
|
.SH EXAMPLES
|
|
.INDENT 0.0
|
|
.INDENT 3.5
|
|
.sp
|
|
.EX
|
|
# delete the whole repository and the related local cache:
|
|
$ borg repo\-delete
|
|
You requested to DELETE the following repository completely *including* 2 archives it contains:
|
|
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
|
|
Repository ID: e7046adda9b2a76bb4fac8d707ab7dc12a836391c8c3612cc12d461e713c5bc1
|
|
Location: /path/to/repo
|
|
\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-
|
|
Type \(aqYES\(aq if you understand this and want to continue: YES
|
|
.EE
|
|
.UNINDENT
|
|
.UNINDENT
|
|
.SH SEE ALSO
|
|
.sp
|
|
\fIborg\-common(1)\fP
|
|
.SH Author
|
|
The Borg Collective
|
|
.\" End of generated man page.
|