17 lines
498 B
Plaintext
17 lines
498 B
Plaintext
|
# what cipher to use with -e option
|
||
|
DEFAULT_CIPHER=aes-256-cbc
|
||
|
|
||
|
# Uncomment the row below to encrypt config by default
|
||
|
# ENCRYPTION=$DEFAULT_CIPHER
|
||
|
|
||
|
# Uncomment below to avoid <media> option to 'lbu commit'
|
||
|
# Can also be set to 'floppy'
|
||
|
# LBU_MEDIA=mmcblk0p1
|
||
|
|
||
|
# Set the LBU_BACKUPDIR variable in case you prefer to save the apkovls
|
||
|
# in a normal directory instead of mounting an external media.
|
||
|
LBU_BACKUPDIR=/mnt/toolbox/backups
|
||
|
|
||
|
# Uncomment below to let lbu make up to 3 backups
|
||
|
# BACKUP_LIMIT=3
|