Hello, I have a few hosts that should only be backed up between 23:00 and 7:00, i.e. when the network is not used much. Hence, I set BlackoutPeriod for them to
$Conf{BlackoutPeriods} = [
{
'hourEnd' => '23',
'weekDays' => [
'1',
'2',
'3',
'4',
'5',
'6',
'7'
],
'hourBegin' => '7'
}
];
which I can verify in the web interface (see attached image).
However, all the PCs ended up being queued at 09:00 this morning,
and their last backup was yesterday between 17:00 and 19:00 o'clock.
It seems almost like BackupPC is just ignoring BlackoutPeriods, but
I doubt that this is the case.
Any idea what I might be doing wrong?
--
martin | http://madduck.net/ | http://two.sentenc.es/
"now, bring me that horizon."
-- captain jack sparrow
spamtraps: [email protected]
<<attachment: backuppc.png>>
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)
------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
