Tyler J. Wagner wrote:
>
> $Conf{FullPeriod} = '6.97';
> $Conf{FullKeepCnt} = [ '4',  '3',  '4' ];
>
> That is 4 weeks, then 3 period of 2 weeks, then 4 periods of 4 weeks.
>
> But if you want just want dailies for 5 years, the settings would be:
>
> $Conf{FullPeriod} = '6.97';
> $Conf{FullKeepCnt} = '260';
> $Conf{FullKeepCntMin} = '260';
> $Conf{FullAgeMax} = '1825';
> $Conf{IncrPeriod} = '0.97';
> $Conf{IncrKeepCnt} = '1560';
> $Conf{IncrKeepCntMin} = '1560';
> $Conf{IncrAgeMax} = '1825';
>
> This will actually keep files for longer (one day longer for each day the PC 
> misses a backup).  You could set the KeepCnt, KeepCntMin, and AgeMax 
> variables 
> to higher if you want longer.
>
> Regards,
> Tyler
>   
If I wanted to change my schedule so that I'd keep 6 weeks of dailies, 8 
weeks of 2 week periods, 13 periods of 4 weeks, 0 8 weeks, 16 of 16 
weeks, and delete them after they age 1825 days, then all i'd need to do 
is change
 

$Conf{FullKeepCnt} = ['6','8','13','0','16'];
$Conf{FullKeepCntMin} = '16';

correct?


------------------------------------------------------------------------------
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@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to