[borg] "repofile" is not a valid encryption mode

This commit is contained in:
Jerome Charaoui 2018-06-06 21:48:54 -04:00
parent 0132b2453a
commit 9c3dffa2cd

View File

@ -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
##