> 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?

-------------------------------------------------------------------------
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/

Reply via email to