summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lbu.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/lbu.conf b/lbu.conf
new file mode 100644
index 0000000..df05134
--- /dev/null
+++ b/lbu.conf
@@ -0,0 +1,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