borg-key-change-location.1 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .TH BORG-KEY-CHANGE-LOCATION 1 "2022-04-14" "" "borg backup tool"
  4. .SH NAME
  5. borg-key-change-location \- Change repository key location
  6. .
  7. .nr rst2man-indent-level 0
  8. .
  9. .de1 rstReportMargin
  10. \\$1 \\n[an-margin]
  11. level \\n[rst2man-indent-level]
  12. level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
  13. -
  14. \\n[rst2man-indent0]
  15. \\n[rst2man-indent1]
  16. \\n[rst2man-indent2]
  17. ..
  18. .de1 INDENT
  19. .\" .rstReportMargin pre:
  20. . RS \\$1
  21. . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
  22. . nr rst2man-indent-level +1
  23. .\" .rstReportMargin post:
  24. ..
  25. .de UNINDENT
  26. . RE
  27. .\" indent \\n[an-margin]
  28. .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
  29. .nr rst2man-indent-level -1
  30. .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
  31. .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
  32. ..
  33. .SH SYNOPSIS
  34. .sp
  35. borg [common options] key change\-location [options] [REPOSITORY] KEY_LOCATION
  36. .SH DESCRIPTION
  37. .sp
  38. Change the location of a borg key. The key can be stored at different locations:
  39. .sp
  40. keyfile: locally, usually in the home directory
  41. repokey: inside the repo (in the repo config)
  42. .INDENT 0.0
  43. .TP
  44. .B Note: this command does NOT change the crypto algorithms, just the key location,
  45. thus you must ONLY give the key location (keyfile or repokey).
  46. .UNINDENT
  47. .SH OPTIONS
  48. .sp
  49. See \fIborg\-common(1)\fP for common options of Borg commands.
  50. .SS arguments
  51. .sp
  52. REPOSITORY
  53. .INDENT 0.0
  54. .TP
  55. .B KEY_LOCATION
  56. select key location
  57. .UNINDENT
  58. .SS optional arguments
  59. .INDENT 0.0
  60. .TP
  61. .B \-\-keep
  62. keep the key also at the current location (default: remove it)
  63. .UNINDENT
  64. .SH SEE ALSO
  65. .sp
  66. \fIborg\-common(1)\fP
  67. .SH AUTHOR
  68. The Borg Collective
  69. .\" Generated by docutils manpage writer.
  70. .