[borg] fix default handler value for encryption

This commit is contained in:
Jerome Charaoui 2018-01-14 18:14:08 -05:00
parent ce01329f01
commit 245454b7dd

View File

@ -37,7 +37,7 @@ getconf directory
directory=${directory%/}
getconf archive {now:%Y-%m-%d}
getconf compression lz4
getconf encryption
getconf encryption none
getconf passphrase
export BORG_PASSPHRASE="$passphrase"