BackupPC-users

[BackupPC-users] Backup planification

2009-07-23 04:35:30
Subject: [BackupPC-users] Backup planification
From: glubby <backuppc-forum AT backupcentral DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Thu, 23 Jul 2009 04:30:31 -0400
Hi everybody,

I want to set BackupPC to backup a server on a monthly basis. I want to make a 
full backup on sunday and then 2x3 incremental backup on the following days of 
the week and then a full etc ......

To do so, I have set this configuration :

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

- $Conf{IncrLevels} = ['1',  '2',  '3'];

During my tests, I have done a few incremental and full backups on the same 
day. So, I don't know if it is a side effect or what, but my configuration is 
not working as I want.

Is my BackupPC misconfigured ?

Thanks for your help !!!

+----------------------------------------------------------------------
|This was sent by glubby972 AT hotmail DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
_______________________________________________
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>