From 772af74c802c253d99c86eb7f9b40ced9faf47a9 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Thu, 22 Jan 2009 22:15:13 +0000 Subject: sys: new lvm option to backup LVM metadata of every detected volume group --- examples/example.sys | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/example.sys') diff --git a/examples/example.sys b/examples/example.sys index a4bffc4..fe34646 100644 --- a/examples/example.sys +++ b/examples/example.sys @@ -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 | ... (default = all) -- cgit v1.2.3