Re: [BackupPC-users] Weekly full with no incremental configuration leads to daily full backups

2011-03-15 Thread Les Mikesell
On 3/15/2011 3:17 PM, 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{FullKeepC

Re: [BackupPC-users] Weekly full with no incremental configuration leads to daily full backups

2011-03-15 Thread Matthias Meyer
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',

Re: [BackupPC-users] Weekly full with no incremental configuration leads to daily full backups

2011-03-15 Thread Jeffrey J. Kosowsky
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

[BackupPC-users] Weekly full with no incremental configuration leads to daily full backups

2011-03-15 Thread Matthias Meyer
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 configura