Hi there,
On Sun, 31 Jan 2021, Ari Sovij?rvi wrote:
I need to define couple of all-day blackout periods for BackupPC and the
manual wasn't clear if I can just specify 0 in the start and end field
to accomplish this.
I'm also wondering if 0 is a valid ending time or is it considered start
of that day?
$Conf{BlackoutPeriods} = [
{
hourBegin => 0,
hourEnd => 23.9999999,
weekDays => [2, 5],
},
];
--
73,
Ged.
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/