summaryrefslogtreecommitdiffstats
path: root/docs/man/borg-delete.1
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2020-04-12 19:55:57 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2020-04-12 19:55:57 +0200
commit6b3c7165aa7ff8fd70b23a5eb9397b008a6eeb7c (patch)
tree694427a064fc1523630200994ef214bf2b02ccff /docs/man/borg-delete.1
parent56c599e6dc3780b7b539172f497997043c4f90c0 (diff)
build_man
Diffstat (limited to 'docs/man/borg-delete.1')
-rw-r--r--docs/man/borg-delete.112
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/man/borg-delete.1 b/docs/man/borg-delete.1
index e87a63ca9..d1b2c98e5 100644
--- a/docs/man/borg-delete.1
+++ b/docs/man/borg-delete.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
-.TH BORG-DELETE 1 "2019-11-01" "" "borg backup tool"
+.TH BORG-DELETE 1 "2020-04-12" "" "borg backup tool"
.SH NAME
borg-delete \- Delete an existing repository or archives
.
@@ -40,9 +40,10 @@ This command deletes an archive from the repository or the complete repository.
Important: When deleting archives, repository disk space is \fBnot\fP freed until
you run \fBborg compact\fP\&.
.sp
-If you delete the complete repository, the local cache for it (if any) is
-also deleted. Alternatively, you can delete just the local cache with the
-\fB\-\-cache\-only\fP option.
+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
When using \fB\-\-stats\fP, you will get some statistics about how much data was
deleted \- the "Deleted data" deduplicated size there is most interesting as
@@ -85,6 +86,9 @@ delete only the local cache for the given repository
.B \-\-force
force deletion of corrupted archives, use \fB\-\-force \-\-force\fP in case \fB\-\-force\fP does not work.
.TP
+.B \-\-keep\-security\-info
+keep the local security info when deleting a repository
+.TP
.B \-\-save\-space
work slower, but using less space
.UNINDENT