BackupPC-users

[BackupPC-users] BlackoutPeriods syntax to black-out full day

2011-02-08 13:35:50
Subject: [BackupPC-users] BlackoutPeriods syntax to black-out full day
From: "Jeffrey J. Kosowsky" <backuppc AT kosowsky DOT org>
To: General list for user discussion <backuppc-users AT lists.sourceforge DOT net>
Date: Tue, 08 Feb 2011 13:33:23 -0500
I'm a little unsure on how you make the blackout period cover a full
day (i.e. the boundary conditions of hourBegin/hourEnd)

I want to for example black out the weekend -- all Saturday & Sunday.
i.e. from midnight Friday night to midnight Sunday night.

Will the following do that?

    $Conf{BlackoutPeriods} = [
        {
            hourBegin =>  0.0,
            hourEnd   => 24.0,
            weekDays  => [0,7],
        },

Also, is there any way to get BackupPC_nightly to also not run during
the blackout period other than perhaps shutting off the entire service
for that period.

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>