fix partitionsfile example to properly use __star__ and note
[matthijs/upstream/backupninja.git] / examples / example.sys
index 9ebd4b22e7d635b66b42c372ce09e8a1b5dbeeb8..2af2c50fc90b141f62bd47ccfb2e9865fc127b3a 100644 (file)
 # packagesfile = /var/backups/dpkg-selections.txt
 
 # partitions = yes
+# NOTE: the __star__ below will be replaced by the disks found on the
+# system (e.g. partitions.sda.txt, partitions.sdb.txt). If you change 
+# the partitionsfile default below, be sure to include the __star__ 
+# replacement in the filename, or you will get one file for only one disk, 
+# the others being written to the same file, and then overwritten by the next.
 # partitionsfile = /var/backups/partitions.__star__.txt
+# dosfdisk = yes
 
 # hardware = yes
 # hardwarefile = /var/backups/hardware.txt
+# dohwinfo = yes