BackupPC-users

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

2009-10-06 16:45:28
Subject: Re: [BackupPC-users] Need help on scheduling, full backups and excluding directories
From: Bowie Bailey <Bowie_Bailey AT BUC DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Tue, 06 Oct 2009 16:41:14 -0400
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.

-- 
Bowie

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