This is odd. I override the BlackoutPeriods in the default config in my host specific config (changing just the hourEnd) and now it's working fine.
Weird work-around. ----- Original Message ---- > From: Long V <[email protected]> > To: "General list for user discussion, questions and support" ><[email protected]> > Sent: Fri, April 8, 2011 3:37:28 PM > Subject: Re: [BackupPC-users] Backup not respecting BlackoutPeriods > > I think BlackoutGoodCnt has completed for the host in question because I have > this message on the Host Backup Summary. > > "Because 192.168.197.101 has been on the network at least 7 consecutive > times, > > it will not be backed up from 7:00 to 20:00 on Mon, Tue, Wed, Thu, Fri." > > > > > > ----- Original Message ---- > > From: Les Mikesell <[email protected]> > > To: [email protected] > > Sent: Fri, April 8, 2011 2:57:39 PM > > Subject: Re: [BackupPC-users] Backup not respecting BlackoutPeriods > > > > On 4/8/2011 1:37 PM, Long V wrote: > > > Hi, > > > > > > Here's my BlackoutPeriods from 7 to 20h during working days: > > > > > > $Conf{BlackoutPeriods} = [ > > > { > > > 'hourEnd' => 20, > > > 'weekDays' => [ > > > 1, > > > 2, > > > 3, > > > 4, > > > 5 > > > ], > > > 'hourBegin' => 7 > > > } > > > ]; > > > > > > But I got backup at 14h during a working day: > > > > BlackoutPeriods only apply to machines that are available all the time, > > which is determined by your $Conf{BlackoutGoodCnt} setting. Has that > > completed for the host in question? > > > > -- > > Les Mikesell > > [email protected] > > > > >------------------------------------------------------------------------------ > > Xperia(TM) PLAY > > It's a major breakthrough. An authentic gaming > > smartphone on the nation's most reliable network. > > And it wants your games. > > http://p.sf.net/sfu/verizon-sfdev > > _______________________________________________ > > 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/ > > > > ------------------------------------------------------------------------------ > Xperia(TM) PLAY > It's a major breakthrough. An authentic gaming > smartphone on the nation's most reliable network. > And it wants your games. > http://p.sf.net/sfu/verizon-sfdev > _______________________________________________ > 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/ > ------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ 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/
