On Wednesday 23 January 2008 12:38:09 B. Cook wrote: > Last night backuppc was a hero. > > We had a dell sata raid card drop an array, just 'cause :P > > anyway it was 11pm night last night restoring from backuppc (which > went very nicely) after ssh keys were restored and such ;) > > anyway.. > > I noticed that the backups were only two weeks, and in reading in the > manual how to increase the retention time.. I quickly became confused.. > > $Conf{FullKeepCnt} = [4, 2, 3]; > > this looks like (by the explanation) that this would be 16 weeks of > backups, or 4 months.. would doubling that give it 8 months? and > tripling it be a year? > > I am assuming it will still do nightly incrementals? > > I am not sure if it is confusing or I am tired.. but either way I > would like to get an answer ;) > > Thanks in advance,
This is my understanding of it. # Full backup every week $Conf{FullPeriod} = 6.67; # Keep 4 backups @ 1 week intervals from $Conf{FullPeriod} above # 4 @ 2 week # 3 @ 4 week # 1 @ 8 week # 2 @ 16 week # Over 1 years backups $Conf{FullKeepCnt} = [4, 4, 3, 1, 2]; So that should keep the following. week 1 week 2 week 3 week 4 week 6 week 8 week 10 week 12 week 16 week 20 week 24 week 32 week 48 week 64 Regards, Tony > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > 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/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ 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/