| 1234567891011121314151617181920212223242526272829303132 | .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!.. _borg_key_import:borg key import---------------.. code-block:: none    borg [common options] key import [options] REPOSITORY PATHpositional arguments    REPOSITORY    PATH        path to the backupoptional arguments    ``--paper``        | interactively import from a backup done with --paper:ref:`common_options`    |Description~~~~~~~~~~~This command allows to restore a key previously backed up with theexport command.If the ``--paper`` option is given, the import will be an interactiveprocess in which each line is checked for plausibility beforeproceeding to the next line. For this format PATH must not be given.
 |