borg-key-export.1 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .TH BORG-KEY-EXPORT 1 "2017-03-26" "" "borg backup tool"
  4. .SH NAME
  5. borg-key-export \- Export the repository key for backup
  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 key export <options> REPOSITORY PATH
  36. .SH DESCRIPTION
  37. .sp
  38. If repository encryption is used, the repository is inaccessible
  39. without the key. This command allows to backup this essential key.
  40. .sp
  41. There are two backup formats. The normal backup format is suitable for
  42. digital storage as a file. The \fB\-\-paper\fP backup format is optimized
  43. for printing and typing in while importing, with per line checks to
  44. reduce problems with manual input.
  45. .sp
  46. For repositories using keyfile encryption the key is saved locally
  47. on the system that is capable of doing backups. To guard against loss
  48. of this key, the key needs to be backed up independently of the main
  49. data backup.
  50. .sp
  51. For repositories using the repokey encryption the key is saved in the
  52. repository in the config file. A backup is thus not strictly needed,
  53. but guards against the repository becoming inaccessible if the file
  54. is damaged for some reason.
  55. .SH OPTIONS
  56. .sp
  57. See \fIborg\-common(1)\fP for common options of Borg commands.
  58. .SS arguments
  59. .sp
  60. REPOSITORY
  61. .INDENT 0.0
  62. .TP
  63. .B PATH
  64. where to store the backup
  65. .UNINDENT
  66. .SS optional arguments
  67. .INDENT 0.0
  68. .TP
  69. .B \-\-paper
  70. Create an export suitable for printing and later type\-in
  71. .TP
  72. .B \-\-qr\-html
  73. Create an html file suitable for printing and later type\-in or qr scan
  74. .UNINDENT
  75. .SH SEE ALSO
  76. .sp
  77. \fIborg\-common(1)\fP, \fIborg\-key\-import(1)\fP
  78. .SH AUTHOR
  79. The Borg Collective
  80. .\" Generated by docutils manpage writer.
  81. .