|
Lines 55-65
LOG_FILE="/var/log/sarab.log"
|
Link Here
|
|---|
|
# Default="no" | # Default="no" |
SARAB_VERBOSE="no" | SARAB_VERBOSE="no" |
| |
# If non-empty, DAR_ENCRYPTION_OPTIONS contains the cipher options and key to be |
# Please edit encryption options in /etc/sarab.crypt |
# used to encrypt the backups. See the dar(1) manual for a description of what |
# cf. bug report #198473 |
# is possible. |
DAR_ENCRYPTION_OPTIONS="--batch /etc/sarab/sarab.crypt" |
# eg. DAR_ENCRYPTION_OPTIONS="--crypto-block 20480 --key blowfish:My_CompleX_key_123" |
|
DAR_ENCRYPTION_OPTIONS="" |
|
| |
################################################################## | ################################################################## |
# DO NOT EDIT BELOW THIS LINE UNLESS YOU KNOW WHAT YOU ARE DOING # | # DO NOT EDIT BELOW THIS LINE UNLESS YOU KNOW WHAT YOU ARE DOING # |