Julien HASCOET wrote:
Hello,

Does anyone knows how to disable backups during weekends (saturday and sunday) ?

I have tried this :

$Conf{BlackoutPeriods} <?action=view&type=docs#item_%24conf%7bblackoutperiods%7d> = [
{ hourBegin => 7.0,
hourEnd => 19.5,
weekDays => [1, 2, 3, 4, 5],
 },
 { hourBegin => 1,
hourEnd => 23,
 weekDays => [6, 0],
 },
 ];

but it doesn't worked !

Thanks for any response ...

Your halfway there.....

do this also....

$Conf{BlackoutGoodCnt}      = 0;
$Conf{BlackoutBadPingLimit} = 3;

That makes sure the blackout period gets enforced.

Regards,

Les
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to