Re: [BackupPC-users] Schedule in host config not picking up blackout period

2014-02-24 Thread Holger Parplies
Hi, Adam Hardy wrote on 2014-02-24 10:47:38 + [Re: [BackupPC-users] Schedule in host config not picking up blackout period]: > > Les Mikesell on 2/21/2014 5:35 PM, wrote: > > > I think I'll take the advice and set the WakeupSchedule to nighttime only. > > Then

Re: [BackupPC-users] Schedule in host config not picking up blackout period

2014-02-24 Thread Adam Hardy
Les Mikesell on 2/21/2014 5:35 PM, wrote: > I think I'll take the advice and set the WakeupSchedule to nighttime only. > Then you'll lose the chance to catch machines that were turned off at night. > Thanks for the comments. In this case I was thinking of making a requirement for deliberate bac

Re: [BackupPC-users] Schedule in host config not picking up blackout period

2014-02-21 Thread Les Mikesell
On Fri, Feb 21, 2014 at 5:48 AM, Adam Hardy wrote: > The BlackoutGoodCnt is set to 7. Interesting config option! Although I'm not > sure it helps me. It is intended to make sure that PCs that are routinely turned off during the non-blackout times are backed up sometime. You can usually push thin

Re: [BackupPC-users] Schedule in host config not picking up blackout period

2014-02-21 Thread Adam Hardy
The BlackoutGoodCnt is set to 7. Interesting config option! Although I'm not sure it helps me. I think I'll take the advice and set the WakeupSchedule to nighttime only. Thanks for the pointer. Regards Adam Alexander Moisseev on 2/21/2014 11:30 AM, wrote: http://backuppc.sourceforge.net/faq

Re: [BackupPC-users] Schedule in host config not picking up blackout period

2014-02-21 Thread Adam Hardy
I guess I can make it hourEnd => 23.9 and there won't be a problem. I cut & paste hourEnd => 24 from somewhere. I was worried about the ambiguity just as you are - I just checked the docs now because I thought that was where I got it from but I can't see any reference to 24 so I guess there's a

Re: [BackupPC-users] Schedule in host config not picking up blackout period

2014-02-21 Thread Alexander Moisseev
http://backuppc.sourceforge.net/faq/BackupPC.html#What-to-backup-and-when-to-do-it Look at $Conf{BlackoutGoodCnt} description. Maybe laptop lost its blackout status. -- Alexander -- Managing the Performance of Cloud-Bas

Re: [BackupPC-users] Schedule in host config not picking up blackout period

2014-02-21 Thread Till Hofmann
On Fri, 2014-02-21 at 11:11 +, Adam Hardy wrote: > I've got a laptop that I don't want backed up during the day so I have > configured it's schedule with a black-out period like this (via the web UI): > > $Conf{BlackoutPeriods} = [ >{ > 'hourEnd' => '24', > 'weekDays' => [ >

[BackupPC-users] Schedule in host config not picking up blackout period

2014-02-21 Thread Adam Hardy
I've got a laptop that I don't want backed up during the day so I have configured it's schedule with a black-out period like this (via the web UI): $Conf{BlackoutPeriods} = [ { 'hourEnd' => '24', 'weekDays' => [ '0', '1', '2', '3', '4', '5',