2
0

borg-key-import.1 1.6 KB

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