Don't try to save partition tables for /dev/mapper devices
Closed
requested to merge lyz/backupninja:fix/dont_save_partition_table_of_mapper_devices into master
Compare changes
+ 1
− 1
@@ -608,7 +608,7 @@ fi
Right now backupninja shows Warnings when it tries to save the partition tables of my lvm devices.
As it's usual to have them under /dev/mapper/
I think it's safe to avoid those devices when doing backup of the partition table.