key change-passphrase: fix --encryption value in examples

"repokey" (as in borg < 2.0, referring to the AES-CTR mode)
does not exist any more and was superseded by other repokey-*
modes.
This commit is contained in:
Thomas Waldmann 2023-01-16 17:58:50 +01:00
parent ca1f1281d5
commit 54892f711d
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Fully automated using environment variables:
::
$ BORG_NEW_PASSPHRASE=old borg rcreate -e=repokey
$ BORG_NEW_PASSPHRASE=old borg rcreate --encryption=repokey-aes-ocb
# now "old" is the current passphrase.
$ BORG_PASSPHRASE=old BORG_NEW_PASSPHRASE=new borg key change-passphrase
# now "new" is the current passphrase.