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;

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