key_import.rst.inc 716 B

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