shacky wrote:
>> When does the backup start?
>
> Ok, I understand.
> The automatic backups start every hour, because I have this line in my
> config.pl:
>
> $Conf{WakeupSchedule} = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
> 14, 15, 16, 17, 18, 19, 20, 21, 22, 23];
>
> The problem is that BackupPC doesn't care of the statement in [clientname].pl:
>
> $Conf{BlackoutPeriods} = [
> {
> hourBegin => 7.0,
> hourEnd => 23,
> weekDays => [0, 1, 2, 3, 4, 5, 6],
> },
> ];
>
> Do you know why this happens?
The blackout period isn't observed until the host has been pinged for
several days outside of the blackout period to establish that it will be
available. See $Conf{BlackoutGoodCnt} and $Conf{BlackoutBadPingLimit}.
The simple approach is to add the host and manually start the first
backup at around the time you normally want them to run and let the
approximately 24 hour scheduling take care of things at first.
--
Les Mikesell
[EMAIL PROTECTED]
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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/