X-Git-Url: http://git.rot13.org/?p=BackupPC.git;a=blobdiff_plain;f=conf%2Fconfig.pl;h=bbd36df236d55d6c421e422d6d408422186e1c35;hp=64ecd67eabf40e76fcf7b3aa5820f663d554b57f;hb=07d524e222fd3eeffccd2355f4a20ca5eba82f1b;hpb=17cae8e0d49abdddee277506fe5e58b88c646b5d diff --git a/conf/config.pl b/conf/config.pl index 64ecd67..bbd36df 100644 --- a/conf/config.pl +++ b/conf/config.pl @@ -467,11 +467,7 @@ $Conf{IncrPeriod} = 0.97; # apart), and then 2 at an interval of 32 * $Conf{FullPeriod} (approx # 7-8 months apart). # -# Note that you will have to increase $Conf{FullAgeMax} if you want -# very old full backups to be kept. Full backups are removed according -# to both $Conf{FullKeepCnt} and $Conf{FullAgeMax}. -# -# Note also that these two settings are equivalent and both keep just +# Example: these two settings are equivalent and both keep just # the four most recent full dumps: # # $Conf{FullKeepCnt} = 4; @@ -484,6 +480,10 @@ $Conf{FullKeepCnt} = 1; # we keep at least $Conf{FullKeepCntMin} full backups no matter how old # they are. # +# Note that $Conf{FullAgeMax} will be increased to $Conf{FullAgeMax} +# times $Conf{FullPeriod} if $Conf{FullAgeMax} specifies enough +# full backups to exceed $Conf{FullAgeMax}. +# $Conf{FullKeepCntMin} = 1; $Conf{FullAgeMax} = 90;