"Travis Wu" writes:

> Just double checked again.
> the setting looks like below:
> 
> pc/myhost/config.pl
> $Conf{BlackoutGoodCnt}      = 0;
> 
> conf/config.pl
> $Conf{BlackoutPeriods} = [
>     {
>         hourBegin =>  7.0,
>         hourEnd   => 19.5,
>         weekDays  => [1, 2, 3, 4, 5],
>     },
> ];
> 
> there is no blackoutPeriods in per host configuration, should I also
> add it to the per host config file?

Please read the documentation.  Since you set $Conf{BlackoutGoodCnt}
to 0, that machine will always be subject to blackout.  The main
configuration file then says that 7am -> 7:30pm M-F is the blackout
period (which applies to each client since it is not overridden).
So your machine won't backup from 7am -> 7:30pm M-F.

To disable the blackout, set $Conf{BlackoutGoodCnt} = -1.

Craig


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to