X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=examples%2Fexample.sys;h=af28fd613ee2ff7404e77b24bb9765d090e5222f;hb=668f8ddf2a95fa975661782346a26bf98589f655;hp=fe3464679310a33c686ee408dfc2f36af460d351;hpb=772af74c802c253d99c86eb7f9b40ced9faf47a9;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/examples/example.sys b/examples/example.sys index fe34646..af28fd6 100644 --- a/examples/example.sys +++ b/examples/example.sys @@ -1,6 +1,6 @@ # # this config file will save various reports of vital system information. -# by default, all the reports are saved in /var/backups. +# by default, all the reports are enabled and are saved in /var/backups. # # requires dpkg, debconf-utils, sfdisk, and hwinfo # @@ -25,14 +25,6 @@ # (4) hardware information. # detailed information on most important aspects of the hardware. # -# (5) the Luks header of every Luks block device, if option luksheaders -# is enabled. -# in case you (have to) scramble such a Luks header (for some time), -# and restore it later by running "dd if=luksheader.sda2.bin of=/dev/sda2" -# (MAKE SURE YOU PASS THE CORRECT DEVICE AS of= !!!) -# -# (6) LVM metadata for every detected volume group, if "lvm = yes" -# # here are the defaults, commented out: @@ -55,16 +47,6 @@ # hardwarefile = /var/backups/hardware.txt # dohwinfo = yes -# luksheaders = no -# NOTE: the __star__ below will be replaced by the Luks partitions found on the -# system (e.g. luksheader.sda2.bin, luksheader.sdb3.bin). If you change -# the luksheadersfile default below, be sure to include the __star__ -# replacement in the filename, or you will get one file for only one partition, -# the others being written to the same file, and then overwritten by the next. -# luksheadersfile = /var/backups/luksheader.__star__.bin - -# lvm = no - # If vservers = yes in /etc/backupninja.conf then the following variables can # be used: # vsnames = all | ... (default = all)