1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-27 10:18:12 +00:00

Merge pull request #3309 from milkey-mouse/key-export-docs-bp1.1

Clarify encryption of key for borg key export (1.1-maint)
This commit is contained in:
TW 2017-11-12 12:39:53 +01:00 committed by GitHub
commit 089b38b8e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2689,6 +2689,9 @@ def define_archive_filters_group(subparser, *, sort_by=True, first_last=True):
key_export_epilog = process_epilog("""
If repository encryption is used, the repository is inaccessible
without the key. This command allows to backup this essential key.
Note that the backup produced does not include the passphrase itself
(i.e. the exported key stays encrypted). In order to regain access to a
repository, one needs both the exported key and the original passphrase.
There are two backup formats. The normal backup format is suitable for
digital storage as a file. The ``--paper`` backup format is optimized