mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 16:55:36 +00:00
docs: change-passphrase only changes the passphrase, fixes #2990
This commit is contained in:
parent
83be697911
commit
713be765d1
1 changed files with 5 additions and 0 deletions
|
@ -2520,6 +2520,11 @@ def define_archive_filters_group(subparser, *, sort_by=True, first_last=True):
|
|||
change_passphrase_epilog = process_epilog("""
|
||||
The key files used for repository encryption are optionally passphrase
|
||||
protected. This command can be used to change this passphrase.
|
||||
|
||||
Please note that this command only changes the passphrase, but not any
|
||||
secret protected by it (like e.g. encryption/MAC keys or chunker seed).
|
||||
Thus, changing the passphrase after passphrase and borg key got compromised
|
||||
does not protect future (nor past) backups to the same repository.
|
||||
""")
|
||||
subparser = key_parsers.add_parser('change-passphrase', parents=[common_parser], add_help=False,
|
||||
description=self.do_change_passphrase.__doc__,
|
||||
|
|
Loading…
Reference in a new issue