diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-27 08:42:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-09-27 08:52:54 +0000 |
commit | b587245f7a1e0882f654fabc79e54915cd7cee59 (patch) | |
tree | 3b6ff2bfd27385687cea947abb36a43c2aa1e17e /lbu.conf | |
parent | 6653228344ed532fe4cf2878c442ccb5fedea250 (diff) | |
download | alpine-conf-b587245f7a1e0882f654fabc79e54915cd7cee59.zip |
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.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |