mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-10 04:42:31 +01:00
[borg] consistent default in helper encryption section
This commit is contained in:
parent
a02a598bb5
commit
60601b2f4c
@ -105,8 +105,8 @@ do_borg_dest() {
|
||||
|
||||
do_borg_enc() {
|
||||
radioBox "$borg_title" "Encryption mode" \
|
||||
"none" "no encryption and no authentication" off \
|
||||
"repokey" "encryption with a passphrase" on
|
||||
"none" "no encryption and no authentication" on \
|
||||
"repokey" "encryption with a passphrase" off
|
||||
[ $? = 1 ] && return;
|
||||
borg_encryption="$REPLY"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user