Skip to content
Snippets Groups Projects
Commit 386c4275 authored by intrigeri's avatar intrigeri
Browse files

sys: backup dmsetup info as well, for easier restoring of Luks headers

parent 772af74c
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ version 0.9.7 -- UNRELEASED ...@@ -23,6 +23,7 @@ version 0.9.7 -- UNRELEASED
of every Luks device. of every Luks device.
. New lvm option (default=disabled) to backup LVM metadata for every . New lvm option (default=disabled) to backup LVM metadata for every
detected volume group. detected volume group.
. Backup dmsetup info as well, for easier restoring of Luks headers.
version 0.9.6 -- July 21, 2008 version 0.9.6 -- July 21, 2008
backupninja changes backupninja changes
......
...@@ -478,6 +478,9 @@ if [ $os = "redhat" ]; then ...@@ -478,6 +478,9 @@ if [ $os = "redhat" ]; then
elif [ $os = "debian" ]; then elif [ $os = "debian" ]; then
catifexec "/sbin/vgdisplay" "-vv" catifexec "/sbin/vgdisplay" "-vv"
fi fi
STATUS="Collecting device-mapper (dm) information:"
catifexec '/sbin/dmsetup' 'info'
STATUS="Collecting SCSI Tape information (/etc/stinit.def)" STATUS="Collecting SCSI Tape information (/etc/stinit.def)"
catiffile "/etc/stinit.def" catiffile "/etc/stinit.def"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment