diff options
| author | Elijah Saxon <elijah@riseup.net> | 2005-03-14 21:49:29 +0000 | 
|---|---|---|
| committer | Elijah Saxon <elijah@riseup.net> | 2005-03-14 21:49:29 +0000 | 
| commit | 907f7d4455c722670e2f787b6f3f77877891862b (patch) | |
| tree | 60ade293e6981ff380618a0a3cd5b6203fe14db9 /etc/backup.d/example.sys | |
| parent | 2064c73896beccbf156112a2ace84b2d9cafcd82 (diff) | |
| download | backupninja-907f7d4455c722670e2f787b6f3f77877891862b.tar.gz backupninja-907f7d4455c722670e2f787b6f3f77877891862b.tar.bz2 | |
fixed bug with __star__ and sys handler.
well, not really, but i worked around a bug that i don't understand.
Diffstat (limited to 'etc/backup.d/example.sys')
| -rw-r--r-- | etc/backup.d/example.sys | 7 | 
1 files changed, 4 insertions, 3 deletions
| 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 | 
