aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/example.sys
diff options
context:
space:
mode:
authorElijah Saxon <elijah@riseup.net>2005-10-05 15:54:23 +0000
committerElijah Saxon <elijah@riseup.net>2005-10-05 15:54:23 +0000
commit55427e72e27238e86d205399eb8b379ebcc14ef5 (patch)
treedaa3f70fced0ea5f94a31c2c298910ad6b897f0b /docs/examples/example.sys
parent1645c0c8572abe98f4d92d951ad3482b15cd4db4 (diff)
downloadbackupninja-55427e72e27238e86d205399eb8b379ebcc14ef5.tar.gz
backupninja-55427e72e27238e86d205399eb8b379ebcc14ef5.tar.bz2
moved stuff around.
Diffstat (limited to 'docs/examples/example.sys')
-rw-r--r--docs/examples/example.sys32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/examples/example.sys b/docs/examples/example.sys
new file mode 100644
index 0000000..9ebd4b2
--- /dev/null
+++ b/docs/examples/example.sys
@@ -0,0 +1,32 @@
+#
+# 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
+#
+# (2) the partition table of all disks.
+# this partition table can be used to format another disk of
+# the same size. this can be handy if using software raid and
+# you have a disk go bad. just replace the disk and partition it
+# by running "sfdisk /dev/sdb < partitions.sdb.txt"
+# (MAKE SURE YOU PARTITION THE CORRECT DISK!!!)
+#
+# (3) hardware information.
+# detailed information on most important aspects of the hardware.
+#
+
+# here are the defaults, commented out:
+
+# packages = yes
+# packagesfile = /var/backups/dpkg-selections.txt
+
+# partitions = yes
+# partitionsfile = /var/backups/partitions.__star__.txt
+
+# hardware = yes
+# hardwarefile = /var/backups/hardware.txt
+