key_import.rst.inc 747 B

12345678910111213141516171819202122232425262728293031323334
  1. .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
  2. .. borg:command:: borg key import
  3. .. _borg_key_import:
  4. borg key import
  5. ---------------
  6. ::
  7. borg [common options] key import <options> REPOSITORY PATH
  8. positional arguments
  9. REPOSITORY
  10. PATH
  11. path to the backup
  12. optional arguments
  13. ``--paper``
  14. | interactively import from a backup done with --paper
  15. `Common options`_
  16. |
  17. Description
  18. ~~~~~~~~~~~
  19. This command allows to restore a key previously backed up with the
  20. export command.
  21. If the ``--paper`` option is given, the import will be an interactive
  22. process in which each line is checked for plausibility before
  23. proceeding to the next line. For this format PATH must not be given.