borg-rename.1 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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-RENAME" 1 "2023-09-14" "" "borg backup tool"
  31. .SH NAME
  32. borg-rename \- Rename an existing archive
  33. .SH SYNOPSIS
  34. .sp
  35. borg [common options] rename [options] OLDNAME NEWNAME
  36. .SH DESCRIPTION
  37. .sp
  38. This command renames an archive in the repository.
  39. .sp
  40. This results in a different archive ID.
  41. .SH OPTIONS
  42. .sp
  43. See \fIborg\-common(1)\fP for common options of Borg commands.
  44. .SS arguments
  45. .INDENT 0.0
  46. .TP
  47. .B OLDNAME
  48. specify the archive name
  49. .TP
  50. .B NEWNAME
  51. specify the new archive name
  52. .UNINDENT
  53. .SH EXAMPLES
  54. .INDENT 0.0
  55. .INDENT 3.5
  56. .sp
  57. .nf
  58. .ft C
  59. $ borg create archivename ~
  60. $ borg rlist
  61. archivename Mon, 2016\-02\-15 19:50:19
  62. $ borg rename archivename newname
  63. $ borg rlist
  64. newname Mon, 2016\-02\-15 19:50:19
  65. .ft P
  66. .fi
  67. .UNINDENT
  68. .UNINDENT
  69. .SH SEE ALSO
  70. .sp
  71. \fIborg\-common(1)\fP
  72. .SH AUTHOR
  73. The Borg Collective
  74. .\" Generated by docutils manpage writer.
  75. .