Hi,

 

I have created the following Blackout Period which i want to go from 07:00 to 23:58 all days (Or in other words I want the backup to start at 00:00 every day)

 

    $Conf{BlackoutPeriods} = [
        {
            hourBegin =>  7.0,
            hourEnd   => 23.98,
            weekDays  => [0, 1, 2, 3, 4, 5, 6],
        },
    ];

 

However this is ignored and takes an incremental backup when the limit for the daily incremental expires which is at 19:00

 

Is there a problem with my configuration for BlackoutPeriods or does the expiry time override the Blackoutperiods?

 

Thanks

 

Clive Allen

Aspector Thincom

 

Reply via email to