Haven't seen your config.pl file, but this might explain/help:
# # Number of incremental backups to keep. Must be >= 1. # # Note: Starting in V4+, deleting backups is done based on Fill/Unfilled, # not whether the original backup was full/incremental. For historical # reasons these parameters continue to be called IncrKeepCnt, rather than # UnfilledKeepCnt. If $Conf{FillCycle} is 0, then incremental backups # continue to be unfilled, so the terms are interchangeable. For V3 backups, # the expiry settings have their original meanings. # # In the steady state, each time an incr backup completes successfully # the oldest one is removed. If this number is decreased, the # extra old backups will be removed. # $Conf{IncrKeepCnt} = 6; # # Very old incremental backups are removed after $Conf{IncrAgeMax} days. # However, we keep at least $Conf{IncrKeepCntMin} incremental backups no # matter how old they are. # $Conf{IncrKeepCntMin} = 1; $Conf{IncrAgeMax} = 30; On 2019-08-06 5:27 a.m., Gandalf Corvotempesta wrote:
Can someone explain me why I have only 4 backups ? It should keep at least 7 backups (1 full, 6 incrementals) Any idea ? Which setting should I check ? _______________________________________________ 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/
_______________________________________________ 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/