diff --git a/src/include/ABHelper.php b/src/include/ABHelper.php index 8e32004..a53aa79 100644 --- a/src/include/ABHelper.php +++ b/src/include/ABHelper.php @@ -518,6 +518,11 @@ public static function getContainerVolumes($container, $skipExclusionCheck = fal self::backupLog("Ignoring '$hostPath' because its listed in containers exclusions list!", self::LOGLEVEL_DEBUG); continue; } + + if (in_array($hostPath, $abSettings->globalExclusions)) { + self::backupLog("Ignoring '$hostPath' because its listed in global exclusions list!", self::LOGLEVEL_DEBUG); + continue; + } } if (!file_exists($hostPath)) {