mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-10 04:42:31 +01:00
[borg] fix default handler value for encryption
This commit is contained in:
parent
ce01329f01
commit
245454b7dd
@ -37,7 +37,7 @@ getconf directory
|
|||||||
directory=${directory%/}
|
directory=${directory%/}
|
||||||
getconf archive {now:%Y-%m-%d}
|
getconf archive {now:%Y-%m-%d}
|
||||||
getconf compression lz4
|
getconf compression lz4
|
||||||
getconf encryption
|
getconf encryption none
|
||||||
getconf passphrase
|
getconf passphrase
|
||||||
|
|
||||||
export BORG_PASSPHRASE="$passphrase"
|
export BORG_PASSPHRASE="$passphrase"
|
||||||
|
Loading…
Reference in New Issue
Block a user