aboutsummaryrefslogtreecommitdiffstats
path: root/lbu.conf
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-09-27 08:42:30 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-09-27 08:52:54 +0000
commitb587245f7a1e0882f654fabc79e54915cd7cee59 (patch)
tree3b6ff2bfd27385687cea947abb36a43c2aa1e17e /lbu.conf
parent6653228344ed532fe4cf2878c442ccb5fedea250 (diff)
downloadalpine-conf-b587245f7a1e0882f654fabc79e54915cd7cee59.tar.bz2
alpine-conf-b587245f7a1e0882f654fabc79e54915cd7cee59.tar.xz
lbu: implement LBU_BACKUPDIR
This allows users to do lbu commit into a dir without trying to mount anything.
Diffstat (limited to 'lbu.conf')
-rw-r--r--lbu.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/lbu.conf b/lbu.conf
index df05134..fbb8404 100644
--- a/lbu.conf
+++ b/lbu.conf
@@ -8,5 +8,9 @@ DEFAULT_CIPHER=aes-256-cbc
# Can also be set to 'floppy'
# LBU_MEDIA=usb
+# 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=/root/config-backups
+
# Uncomment below to let lbu make up to 3 backups
# BACKUP_LIMIT=3