From 9c3dffa2cdb296758c3aa60d519b901ab08d104e Mon Sep 17 00:00:00 2001 From: Jerome Charaoui <jerome@riseup.net> Date: Wed, 6 Jun 2018 21:48:54 -0400 Subject: [PATCH] [borg] "repofile" is not a valid encryption mode --- examples/example.borg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/example.borg b/examples/example.borg index 65d56bd..699adb2 100644 --- a/examples/example.borg +++ b/examples/example.borg @@ -163,10 +163,10 @@ exclude = /var/lib/mysql ## encryption mode to use for repository creation ## -## can be "none", "repokey" or "repofile" +## common options are "none", "repokey" or "keyfile" ## - "none" = no encryption ## - "repokey" = encryption with key stored inside the repository -## - "repofile" = encryption with key stored in ~/.config/borg/keys/ +## - "keyfile" = encryption with key stored in ~/.config/borg/keys/ ## ## for more info see : borg help init ## -- GitLab