BackupPC-users

Re: [BackupPC-users] Why does BackupPC backup host on Saturday/Sunday?

2009-06-08 07:55:10
Subject: Re: [BackupPC-users] Why does BackupPC backup host on Saturday/Sunday?
From: Adam Goryachev <mailinglists AT websitemanagers.com DOT au>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Mon, 08 Jun 2009 21:41:57 +1000
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

jhendry AT mintel DOT com wrote:
>
> Hi Everyone, I have a VERY annoying issue with BackupPC, I am
> attempting to have BackupPC NOT backup certain hosts on the
> weekends. I have the following configuration for these specific hosts:
>
> # 0 = Sunday
> # 6 = Saturday
> $Conf{BlackoutPeriods} = [
>   {
>     'hourEnd' => '17.5',
>     'hourBegin' => '7.5',
>     'weekDays' => [
>       1,
>       2,
>       3,
>       4,
>       5
>     ]
>   },
>   {
>     'hourEnd' => '0',
>     'hourBegin' => '1',
>     'weekDays' => [ 0, 6 ]
>   }
> ];
>
> $Conf{RsyncShareName} = [
>   'shareName1',
>   'shareName2'
> ];
>
> From my understanding the above configuration is saying on weekends
> this host can be backed up between  00:00 & 01:00
>
> This is my wakeup schedule for the BackupPC server:
>
> $Conf{WakeupSchedule} = ['6.9', '16.3', '16.6', '16.9', '17.3',
> '17.6', '17.9', '18.3', '18.6', '18.9', '19.3', '19.6', '19.9',
> '20.3', '20.6', '20.9', '21.3', '21.6', '21.9', '22.3', '22.6',
> '22.9', '23.3', '23.6', '23.9', '1.3', '1.6', '1.9',, '2.3', '2.6',
> '2.9', '3.3', '3.6', '3.9', '4.3', '4.6', '4.9', '5.3', '5.6',
> '5.9', '6.3'];
>
> As you can see it is been told not to wake up between 00:00 & 01:00.
>  I find it really annoying that my hosts continues to be backed up
> on weekends.
Perhaps you wanted something more like:
  {
    'hourEnd' => '23.99',
    'hourBegin' => '0.01',
    'weekDays' => [ 0, 6 ]
  }
Or can you do 24 and 0?

Regards,
Adam
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkos+P0ACgkQGyoxogrTyiUyUgCbB/TS/wtHve21V3jH5rU/q1hD
RQsAnRX1+LHH1+mzXV4KxQ4t21D7h15F
=iU/T
-----END PGP SIGNATURE-----


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
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>