toolbox/etc/lbu/lbu.conf

17 lines
498 B
Plaintext
Raw Normal View History

2023-12-20 13:04:23 -07:00
# 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