sys: new lvm option to backup LVM metadata of every detected volume group
[matthijs/upstream/backupninja.git] / examples / example.sys
index a4bffc455eb152c2aa89c044e307089cb40a84d9..fe3464679310a33c686ee408dfc2f36af460d351 100644 (file)
@@ -31,6 +31,8 @@
 #     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:
 
@@ -61,6 +63,8 @@
 # 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 | <vserver1> <vserver2> ... (default = all)