| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 | 
							- .. 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] [PATH]
 
- .. only:: html
 
-     .. class:: borg-options-table
 
-     +-------------------------------------------------------+----------------+----------------------------------------------------------+
 
-     | **positional arguments**                                                                                                          |
 
-     +-------------------------------------------------------+----------------+----------------------------------------------------------+
 
-     |                                                       | ``REPOSITORY`` |                                                          |
 
-     +-------------------------------------------------------+----------------+----------------------------------------------------------+
 
-     |                                                       | ``PATH``       | path to the backup ('-' to read from stdin)              |
 
-     +-------------------------------------------------------+----------------+----------------------------------------------------------+
 
-     | **optional arguments**                                                                                                            |
 
-     +-------------------------------------------------------+----------------+----------------------------------------------------------+
 
-     |                                                       | ``--paper``    | interactively import from a backup done with ``--paper`` |
 
-     +-------------------------------------------------------+----------------+----------------------------------------------------------+
 
-     | .. class:: borg-common-opt-ref                                                                                                    |
 
-     |                                                                                                                                   |
 
-     | :ref:`common_options`                                                                                                             |
 
-     +-------------------------------------------------------+----------------+----------------------------------------------------------+
 
-     .. raw:: html
 
-         <script type='text/javascript'>
 
-         $(document).ready(function () {
 
-             $('.borg-options-table colgroup').remove();
 
-         })
 
-         </script>
 
- .. only:: latex
 
-     REPOSITORY
 
-     PATH
 
-         path to the backup ('-' to read from stdin)
 
-     optional 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 the
 
- export command.
 
- If the ``--paper`` option is given, the import will be an interactive
 
- process in which each line is checked for plausibility before
 
- proceeding to the next line. For this format PATH must not be given.
 
 
  |