BackupPC-users

Re: [BackupPC-users] Need help on scheduling, full backups and excluding directories

2009-10-06 16:53:25
Subject: Re: [BackupPC-users] Need help on scheduling, full backups and excluding directories
From: Anand Gupta <anandiwp AT gmail DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Wed, 07 Oct 2009 02:19:55 +0530
Anand Gupta wrote:
Hi,

I have a backuppc installation, where i have a few problems.

1. Scheduling: We wish to schedule the clients backup only after
11:00am, and till 07:00pm. Further we want to keep only 1 full backup,
and 5 incremental backups for each weekday. I know having 1 full
backup is bad, but thats how the management wants it. This is how i
have setup in the config.pl file

$Conf{WakeupSchedule} = [11,12,13,14,15,16,17,18,19];

$Conf{FullPeriod} = '6.97';

$Conf{IncrPeriod} = '0.97';

$Conf{FullKeepCnt} = [1];

$Conf{FullKeepCntMin} = 1;

$Conf{FullAgeMax} = 90;

$Conf{IncrKeepCnt} = 5;

$Conf{IncrKeepCntMin} = 1;

$Conf{IncrAgeMax} = 6;

$Conf{IncrLevels} = [1];

Now i see that instead of taking 1 full backups, its keeping 2 full
backups. How do i force it to store only 1 backup ?
    
It's because of the incrementals.  You can't keep an incremental without
the related full backup.  So since you told it to keep 5 incrementals,
it will keep the extra full until the last related incremental is gone.
  
So what do you recommend ? Increase the incremental count ?

--
Thanks and Regards,

Anand
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
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/