2
0

borg-key-import.1 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .TH BORG-KEY-IMPORT 1 "2017-02-11" "" "borg backup tool"
  4. .SH NAME
  5. borg-key-import \- Import the repository key from 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 import <options> REPOSITORY PATH
  36. .SH DESCRIPTION
  37. .sp
  38. This command allows to restore a key previously backed up with the
  39. export command.
  40. .sp
  41. If the \fB\-\-paper\fP option is given, the import will be an interactive
  42. process in which each line is checked for plausibility before
  43. proceeding to the next line. For this format PATH must not be given.
  44. .SH OPTIONS
  45. .sp
  46. See \fIborg\-common(1)\fP for common options of Borg commands.
  47. .SS arguments
  48. .sp
  49. REPOSITORY
  50. .INDENT 0.0
  51. .TP
  52. .B PATH
  53. path to the backup
  54. .UNINDENT
  55. .SS optional arguments
  56. .INDENT 0.0
  57. .TP
  58. .B \-\-paper
  59. interactively import from a backup done with \-\-paper
  60. .UNINDENT
  61. .SH SEE ALSO
  62. .sp
  63. \fIborg\-common(1)\fP, \fIborg\-key\-export(1)\fP
  64. .SH AUTHOR
  65. The Borg Collective
  66. .\" Generated by docutils manpage writer.
  67. .