aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2009-01-22 23:37:50 +0000
committerintrigeri <intrigeri@boum.org>2009-01-22 23:37:50 +0000
commit386c4275946520bc590428e730a9d515155436a0 (patch)
tree613d48e62a1c7f91caadbce5a45ea215fc133427
parent772af74c802c253d99c86eb7f9b40ced9faf47a9 (diff)
downloadbackupninja-386c4275946520bc590428e730a9d515155436a0.tar.gz
backupninja-386c4275946520bc590428e730a9d515155436a0.tar.bz2
sys: backup dmsetup info as well, for easier restoring of Luks headers
-rw-r--r--ChangeLog1
-rwxr-xr-xhandlers/sys.in3
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ab2c9d..f1daeb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,7 @@ version 0.9.7 -- UNRELEASED
of every Luks device.
. New lvm option (default=disabled) to backup LVM metadata for every
detected volume group.
+ . Backup dmsetup info as well, for easier restoring of Luks headers.
version 0.9.6 -- July 21, 2008
backupninja changes
diff --git a/handlers/sys.in b/handlers/sys.in
index b7e94b0..e6cb273 100755
--- a/handlers/sys.in
+++ b/handlers/sys.in
@@ -478,6 +478,9 @@ if [ $os = "redhat" ]; then
elif [ $os = "debian" ]; then
catifexec "/sbin/vgdisplay" "-vv"
fi
+
+STATUS="Collecting device-mapper (dm) information:"
+catifexec '/sbin/dmsetup' 'info'
STATUS="Collecting SCSI Tape information (/etc/stinit.def)"
catiffile "/etc/stinit.def"