BackupPC-users

[BackupPC-users] Different Blackout Periods

2015-04-01 14:06:08
Subject: [BackupPC-users] Different Blackout Periods
From: alexander.rehbein AT fmex DOT de
To: backuppc-users AT lists.sourceforge DOT net
Date: Wed, 01 Apr 2015 20:03:55 +0200
Hello,

I want to setup the following backup plan. Every week one full backup 
and every hour an incremental backup.

This works but i have a problem with the balackout periods. Full backups 
should only done at night. is it possible to configure this?

My actually config looks like:

$Conf{FullKeepCnt} = [
   '4',
   '0',
   '4',
   '0',
   '0',
   '2'
];
$Conf{FullPeriod} = '6.97';
$Conf{IncrKeepCnt} = '150';
$Conf{IncrPeriod} = '0.04';
$Conf{BlackoutPeriods} = [
   {
     'hourEnd' => '2',
     'weekDays' => [
       '1',
       '2',
       '3',
       '4',
       '5',
       '6',
       '7'
     ],
     'hourBegin' => '4'
   }
];

Greetings

Alexander Rehbein

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
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/