Hi.  I have one server that I want the full back to run only on the
weekend, as it's too intensive to run during regular business hours
and it takes a day and a half to run.

Sincere there is no way to schedule a backup, I've tried to schedule
blackouts for this host for Monday - Friday:


/etc/BackupPC/pc/swdev01.pl:

$Conf{BlackoutPeriods} = [
    {
        hourBegin => 0,
        hourEnd   => 24,
        weekDays  => [1, 2, 3, 4, 5],
    },
];


But last night the backup started!  And it was Tuesday night, which is
supposed to be blacked out!   What am I doing wrong, please?



/var/log/BackupPC/LOG:

2008-09-23 20:00:02 Started full backup on swdev01 (pid=1096, share=/)


Thanks,
Aleksey

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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