summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2006-10-14 09:31:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2006-10-14 09:31:03 +0000
commitccaf94592342255f3f0692c242196fb157a48137 (patch)
treeead59f55d6eedb39843ff755962e03a25e3f78c6 /README
downloadalpine-conf-ccaf94592342255f3f0692c242196fb157a48137.tar.bz2
alpine-conf-ccaf94592342255f3f0692c242196fb157a48137.tar.xz
intial import - version 0.6.0
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..64a2cab
--- /dev/null
+++ b/README
@@ -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
+