key_import.rst.inc 724 B

12345678910111213141516171819202122232425262728293031323334
  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. .. code-block:: none
  6. borg [common options] key import [options] REPOSITORY PATH
  7. REPOSITORY
  8. PATH
  9. path to the backup
  10. optional arguments
  11. --paper interactively import from a backup done with ``--paper``
  12. .. class:: borg-common-opt-ref
  13. :ref:`common_options`
  14. Description
  15. ~~~~~~~~~~~
  16. This command allows to restore a key previously backed up with the
  17. export command.
  18. If the ``--paper`` option is given, the import will be an interactive
  19. process in which each line is checked for plausibility before
  20. proceeding to the next line. For this format PATH must not be given.