BackupPC-users

[BackupPC-users] Question about blackoutperiods

2013-03-25 04:45:50
Subject: [BackupPC-users] Question about blackoutperiods
From: "absolutely_free AT libero DOT it" <absolutely_free AT libero DOT it>
To: backuppc-users AT lists.sourceforge DOT net
Date: Mon, 25 Mar 2013 09:44:43 +0100 (CET)
Hi,

I've configured blackoutperiods in this way:

$Conf{RsyncShareName} = [
  'root'
];
$Conf{RsyncdPasswd} = 'PASSWORD';
$Conf{RsyncdUserName} = 'servername';
$Conf{XferMethod} = 'rsyncd';
$Conf{PingCmd} = '/bin/true';

$Conf{CompressLevel} = '0';
$Conf{BlackoutPeriods} = [
  {
    'hourEnd' => '23',
    'weekDays' => [
      '0',
      '1',
      '2',
      '3',
      '4',
      '5',
      '6'
    ],
    'hourBegin' => '7'
  }
];

In fact, my goal is to avoid the backup from 7 to 23, everyday. After this, 
I've reload configuration (via web interface).
However, I see that the backups are not following my configuration (for 
example, in the past days, backups have been executed 11am and 21pm). Why?
Thankyou.



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
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>