From 907f7d4455c722670e2f787b6f3f77877891862b Mon Sep 17 00:00:00 2001 From: Elijah Saxon Date: Mon, 14 Mar 2005 21:49:29 +0000 Subject: fixed bug with __star__ and sys handler. well, not really, but i worked around a bug that i don't understand. --- etc/backup.d/example.sys | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/backup.d/example.sys b/etc/backup.d/example.sys index 4fb231d..9ebd4b2 100644 --- a/etc/backup.d/example.sys +++ b/etc/backup.d/example.sys @@ -2,6 +2,8 @@ # this config file will save various reports of vital system information. # by default, all the reports are enabled and are saved in /var/backups. # +# requires dpkg, sfdisk, and hwinfo +# # (1) a list of all the packages installed and removed. # this file can be used to restore the state of installed packages # by running "dpkg --set-selections < dpkg-selections.txt @@ -14,8 +16,7 @@ # (MAKE SURE YOU PARTITION THE CORRECT DISK!!!) # # (3) hardware information. -# a simple report is generated of the kernel modules, the devices, -# and the model of the hardware which 'discover' is able to detect. +# detailed information on most important aspects of the hardware. # # here are the defaults, commented out: @@ -24,7 +25,7 @@ # packagesfile = /var/backups/dpkg-selections.txt # partitions = yes -# partitionsfile = /var/backups/partitions.*.txt +# partitionsfile = /var/backups/partitions.__star__.txt # hardware = yes # hardwarefile = /var/backups/hardware.txt -- cgit v1.2.3