diff --git a/98_backup.pm b/98_backup.pm index b14eee5..7fc2417 100644 --- a/98_backup.pm +++ b/98_backup.pm @@ -162,10 +162,13 @@ sub addConfDBFiles { else { # get pathnames to archiv push( @pathname, $configfile ) if ($configfile); - Log( 2, 'backup include: ' . $configfile ); + Log( 2, 'backup include: ' . $configfile ) + if ($configfile); + $ret = parseConfig($configfile); push( @pathname, $statefile ) if ($statefile); - Log( 2, 'backup include: ' . $statefile ); + Log( 2, 'backup include: ' . $statefile ) + if ($statefile); } return $ret;