From 54892f711d8de66fa43dc25d8666c16d308b9954 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 16 Jan 2023 17:58:50 +0100 Subject: [PATCH] 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. --- docs/usage/key.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/key.rst b/docs/usage/key.rst index ddc05f274..07b517a43 100644 --- a/docs/usage/key.rst +++ b/docs/usage/key.rst @@ -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.