diff --git a/Check.pm b/Check.pm index 81d87bc..f8b376d 100644 --- a/Check.pm +++ b/Check.pm @@ -50,6 +50,9 @@ sub action next if ( $Conf{XferMethod} eq "archive" ); next if ( !$Privileged && !CheckPermission($host) ); + # Get frequence for this host + $frequence = $Conf{FullPeriod}; + # Age for ( my $i = 0 ; $i < @Backups ; $i++ ) { if ( $Backups[$i]{type} eq "full" ) {