Yes, that should keep ~6 incrementals. Is there anything in the LOG files
that show when those were deleted? Was there any point where you
set $Conf{IncrKeepCnt} to less than 6?
I guess you could wait and see if it keeps #4 for the next 3 days.
Craig
On Mon, Oct 12, 2020 at 9:49 AM PGNet Dev <[email protected]> wrote:
> I'm just finishing up my 1st week of automated backups.
>
> With this local config in place
>
> $Conf{FullPeriod} = 6.97;
> $Conf{IncrPeriod} = 0.97;
> $Conf{WakeupSchedule} = [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14,
> 15, 16, 17, 18, 19, 20, 21, 22, 23, 1, 2];
> $Conf{FillCycle} = 1;
> $Conf{FullKeepCnt} = [2, 0, 1, 0, 1];
> $Conf{IncrKeepCnt} = 6;
> $Conf{FullKeepCntMin} = 1;
> $Conf{FullAgeMax} = 90;
> $Conf{IncrKeepCntMin} = 1;
> $Conf{IncrAgeMax} = 30;
> $Conf{RestoreInfoKeepCnt} = 10;
> $Conf{ArchiveInfoKeepCnt} = 10;
> $Conf{BlackoutBadPingLimit} = 3;
> $Conf{BlackoutGoodCnt} = -1;
> $Conf{BlackoutPeriods} = [];
> $Conf{BackupZeroFilesIsFatal} = 0;
>
> I was intending/expecting that it'd
>
> start with a full backup
> build 6 daily filled-up incrementals ref'd to that original full
> then repeat a full, and start again with incrementals ref'd to the
> _new_ full
>
> and in the process always keep 6 incr backups, any one of which I can
> revert to
>
> I just noticed in my backup summary
>
> 6 incr yes 1 2020-10-11 15:00 0.4
> 0.8
> 5 incr yes 1 2020-10-10 15:00 0.9 1.8
> 4 incr yes 1 2020-10-09 15:00 1.0 2.8
> 0 full yes 0 2020-10-05 15:07 15.0 6.8
>
> I know I _had_ 'incr' 1,2 & 3 a couple of days ago ...
>
> Why do I only have 4, 5 & 6 available?
>
>
> _______________________________________________
> BackupPC-users mailing list
> [email protected]
> List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki: https://github.com/backuppc/backuppc/wiki
> Project: https://backuppc.github.io/backuppc/
>
_______________________________________________
BackupPC-users mailing list
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/