borg-rdelete.1 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .
  4. .nr rst2man-indent-level 0
  5. .
  6. .de1 rstReportMargin
  7. \\$1 \\n[an-margin]
  8. level \\n[rst2man-indent-level]
  9. level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
  10. -
  11. \\n[rst2man-indent0]
  12. \\n[rst2man-indent1]
  13. \\n[rst2man-indent2]
  14. ..
  15. .de1 INDENT
  16. .\" .rstReportMargin pre:
  17. . RS \\$1
  18. . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
  19. . nr rst2man-indent-level +1
  20. .\" .rstReportMargin post:
  21. ..
  22. .de UNINDENT
  23. . RE
  24. .\" indent \\n[an-margin]
  25. .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
  26. .nr rst2man-indent-level -1
  27. .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
  28. .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
  29. ..
  30. .TH "BORG-RDELETE" 1 "2022-11-26" "" "borg backup tool"
  31. .SH NAME
  32. borg-rdelete \- Delete a repository
  33. .SH SYNOPSIS
  34. .sp
  35. borg [common options] rdelete [options]
  36. .SH DESCRIPTION
  37. .sp
  38. This command deletes the complete repository.
  39. .sp
  40. When you delete a complete repository, the security info and local cache for it
  41. (if any) are also deleted. Alternatively, you can delete just the local cache
  42. with the \fB\-\-cache\-only\fP option, or keep the security info with the
  43. \fB\-\-keep\-security\-info\fP option.
  44. .sp
  45. Always first use \fB\-\-dry\-run \-\-list\fP to see what would be deleted.
  46. .SH OPTIONS
  47. .sp
  48. See \fIborg\-common(1)\fP for common options of Borg commands.
  49. .SS options
  50. .INDENT 0.0
  51. .TP
  52. .B \-n\fP,\fB \-\-dry\-run
  53. do not change repository
  54. .TP
  55. .B \-\-list
  56. output verbose list of archives
  57. .TP
  58. .B \-\-force
  59. force deletion of corrupted archives, use \fB\-\-force \-\-force\fP in case \fB\-\-force\fP does not work.
  60. .TP
  61. .B \-\-cache\-only
  62. delete only the local cache for the given repository
  63. .TP
  64. .B \-\-keep\-security\-info
  65. keep the local security info when deleting a repository
  66. .UNINDENT
  67. .SH EXAMPLES
  68. .INDENT 0.0
  69. .INDENT 3.5
  70. .sp
  71. .nf
  72. .ft C
  73. # delete the whole repository and the related local cache:
  74. $ borg rdelete
  75. You requested to DELETE the repository completely *including* all archives it contains:
  76. repo Mon, 2016\-02\-15 19:26:54
  77. root\-2016\-02\-15 Mon, 2016\-02\-15 19:36:29
  78. newname Mon, 2016\-02\-15 19:50:19
  79. Type \(aqYES\(aq if you understand this and want to continue: YES
  80. .ft P
  81. .fi
  82. .UNINDENT
  83. .UNINDENT
  84. .SH SEE ALSO
  85. .sp
  86. \fIborg\-common(1)\fP
  87. .SH AUTHOR
  88. The Borg Collective
  89. .\" Generated by docutils manpage writer.
  90. .