On 11.01.16 0:12, Gandalf Corvotempesta wrote:
>
> $Conf{BlackoutPeriods} = [
>     {
>         hourBegin =>  7.0,
>         hourEnd   => 23.5,
>         weekDays  => [1, 2, 3, 4, 5, 6, 7],
>     },
> ];
>
> It should create 1 full every 27.97 days and never backing up during
> the day (blacklist from 07:00 to 23:30 every day)
>
> Why a new full was started at 19:23:47 ? It's wrong twice: 1 for
> running in a blacklisted hour and 1 for running a second full
> regardless the configured period.
>

I believe weekDays should be in range 0...6 (0 is Sunday and 6 is Saturday), 
i.e.
weekDays  => [0, 1, 2, 3, 4, 5, 6],


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to