BackupPC-users

[BackupPC-users] blackout-period

2011-02-17 08:37:36
Subject: [BackupPC-users] blackout-period
From: Levkovich Andrew <volander AT inbox DOT ru>
To: backuppc-users AT lists.sourceforge DOT net
Date: Thu, 17 Feb 2011 16:33:58 +0300
Hi all!
i need some help in this question

so, i have add two blackout-periods

$Conf{WakeupSchedule} = [  '1',  '2',  '3',  '4',  '5',  '6',  '7',  '8',  '17',  '18',  '19',  '20',  '21',  '22',  '23' ];


$Conf{BlackoutPeriods} = [
  {
    'hourEnd' => '17.5',
    'weekDays' => [
      '1'
    ],
    'hourBegin' => '9'
  },
  {
    'hourEnd' => '16.5',
    'weekDays' => [
      '2',
      '3',
      '4',
      '5'
    ],
    'hourBegin' => '9'
  }
];

it should mean that: backups should not run at monday from 9 to 17:30, and thu,wed,thu,fri from 9 to 17:00 right?
but at mondey it run backup at 17:00, at thusday didn't run at 17:00 I can't understand it
------------------------------------------------------------------------------
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>
  • [BackupPC-users] blackout-period, Levkovich Andrew <=