diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2011-07-31 20:48:41 -0400 |
---|---|---|
committer | Jeff Bilyk <jbilyk@gmail.com> | 2011-07-31 20:48:41 -0400 |
commit | af3bde103eea43958a76e91f851e987835abe9d8 (patch) | |
tree | 5edeeaad932abde88bc5a7025665be51242d45c7 /README | |
parent | d8a0f2b155e139bc9d2047192738bd8a55507086 (diff) | |
download | alpine-conf-af3bde103eea43958a76e91f851e987835abe9d8.zip |
README: rewrite since alpine-conf includes more than just LBU now
Diffstat (limited to 'README')
-rw-r--r-- | README | 29 |
1 files changed, 16 insertions, 13 deletions
@@ -1,19 +1,22 @@ -Alpine Conf are a set of utilities for making backup of config files. +Alpine Conf are a set of utilities for making backup of config files and for setting up a new Alpine Linux computer. -* The concept -Specify the files you want to backup in a list, /etc/backuplist. You can add -or delete entries in this list with the utilities lbu_add and lbu_delete. +LBU: -To actually prform the backup, use the utility lbu_commit. The files can be -"commited" (backed up) to either floppy or usb. +* Basic usage: -For example: +To add a file or folder to be backed up, lbu include /path/to/foo +To remove a file from being backed up, lbu exclude /path/to/foo +To setup LBU options, edit /etc/lbu/lbu.conf +To create a package as specified in lbu.conf, lbu commit +To override destination of the backup package, lbu package /path/to/bar.apkovl.tar.gz - lbu_add /etc/networking/interfaces - lbu_commit floppy +Setup scripts: +The main script is called setup-alpine, and it will perform basic system setup +Each script can be called independently, for example: + setup-acf Sets up ACF web interface + setup-ntp Sets up NTP service + etc -To install, run: - - make install - +For further information, please see http://alpinelinux.org/apk/main/x86/alpine-conf or +the Alpine Linux documentation wiki at http://wiki.alpinelinux.org |