diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/example.sys | 4 | 
1 files changed, 4 insertions, 0 deletions
| 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 | <vserver1> <vserver2> ... (default = all) | 
