Jeffrey J. Kosowsky wrote:

> Matthias Meyer wrote at about 21:00:19 +0100 on Tuesday, March 15, 2011:
>  > Hi,
>  > 
>  > I try to configure a client to make only weekly full backups but no
>  > incrementals:
>  > 
>  > $Conf{FullAgeMax} = '732';
>  > $Conf{FullKeepCnt} = [
>  >   '4',
>  >   '0',
>  >   '13'
>  > ];
>  > $Conf{FullKeepCntMin} = '15';
>  > $Conf{IncrAgeMax} = '0';
>  > $Conf{IncrKeepCnt} = '0';
>  > $Conf{IncrLevels} = [
>  >   '0'
>  > ];
>  > 
>  > But the above configuration leads to daily full backups.
>  > 
>  > Anyone have a configuration like mine?
> 
> I think you need to do something like:
> $Conf{FullPeriod} = 6.97;
> 
I have but I didn't said it ;-)

After sending I found in the documentation:

$Conf{IncrKeepCnt} = 6;

    Number of incremental backups to keep. Must be >= 1.

And this reflects exactly what I found in BackupPC_dump.

Thanks and br
Matthias
-- 
Don't Panic


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to