diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2006-10-14 09:31:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2006-10-14 09:31:03 +0000 |
commit | ccaf94592342255f3f0692c242196fb157a48137 (patch) | |
tree | ead59f55d6eedb39843ff755962e03a25e3f78c6 /README | |
download | alpine-conf-ccaf94592342255f3f0692c242196fb157a48137.zip |
intial import - version 0.6.0
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ +Alpine Conf are a set of utilities for making backup of config files. + +* 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. + +To actually prform the backup, use the utility lbu_commit. The files can be +"commited" (backed up) to either floppy or usb. + +For example: + + lbu_add /etc/networking/interfaces + lbu_commit floppy + + +To install, run: + + make install + |