blob: 64a2cab3826e464235d33330c044f401f1bee452 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
|