2016-10-01 16:23:36 +00:00
|
|
|
.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
|
|
|
|
|
|
|
|
.. _borg_key_import:
|
|
|
|
|
|
|
|
borg key import
|
|
|
|
---------------
|
2017-06-06 22:44:53 +00:00
|
|
|
.. code-block:: none
|
2016-10-01 16:23:36 +00:00
|
|
|
|
2017-06-06 22:44:53 +00:00
|
|
|
borg [common options] key import [options] REPOSITORY PATH
|
2016-10-01 16:23:36 +00:00
|
|
|
|
|
|
|
positional arguments
|
|
|
|
REPOSITORY
|
|
|
|
|
|
|
|
PATH
|
|
|
|
path to the backup
|
|
|
|
|
|
|
|
optional arguments
|
|
|
|
``--paper``
|
2017-06-17 10:28:42 +00:00
|
|
|
| interactively import from a backup done with ``--paper``
|
2016-10-01 16:23:36 +00:00
|
|
|
|
2017-06-06 22:06:36 +00:00
|
|
|
:ref:`common_options`
|
2016-10-01 16:23:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
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
|
2017-03-26 23:45:45 +00:00
|
|
|
proceeding to the next line. For this format PATH must not be given.
|