blob: df0513453b04bd0f898a8f0ceb1b70ca9e08a6ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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=usb
# Uncomment below to let lbu make up to 3 backups
# BACKUP_LIMIT=3
|