Hello,
peharps, a problem with $conf(BlackoutBadPingLimit) and
$conf(BlackoutGoodCnt) config
(re)read the recent excellent mail (from Rick DeNatale)
concerning these two parameters
http://sourceforge.net/mailarchive/forum.php?thread_id=8634440&forum_id=503
jmb
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
