mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 02:08:54 +00:00
33 lines
696 B
PHP
33 lines
696 B
PHP
|
.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
|
||
|
|
||
|
.. _borg_key_import:
|
||
|
|
||
|
borg key import
|
||
|
---------------
|
||
|
::
|
||
|
|
||
|
borg key import <options> REPOSITORY PATH
|
||
|
|
||
|
positional arguments
|
||
|
REPOSITORY
|
||
|
|
||
|
PATH
|
||
|
path to the backup
|
||
|
|
||
|
optional arguments
|
||
|
``--paper``
|
||
|
| interactively import from a backup done with --paper
|
||
|
|
||
|
`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.
|