On Wednesday 23 January 2008 12:47:36 Koen Linders wrote:
> There is a bit more info here:
> http://backuppc.wiki.sourceforge.net/keep_yearly_backups
>
> The documentation also explains another bit.
>
> Koen Linders
>
> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Namens B. Cook
> Verzonden: woensdag 23 januari 2008 13:38
> Aan: backuppc-users@lists.sourceforge.net
> Onderwerp: [BackupPC-users] trying to understand Conf{FullKeepCnt}
>
> 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,
>
>

>From my own systems.

#    Full backup every week
$Conf{FullPeriod} = 6.67;

#    Keep 4 backups @ 1 week
#              4 @ 2 week
#              3 @ 4 week
#              1 @ 8 week
#               2 @ 16 week
#    Over 1 years backups
$Conf{FullKeepCnt} = [4, 4, 3, 1, 2];


Full backup every week. Keep the last 4 weekly backups. Keep another 4 backups 
before this at 2 weekly intervals. Keep another 3 backups before that again 
at 4 weekly intervals and so on. The period between the retained backups 
doubles each time.

Hope this explains things,

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/



-------------------------------------------------------------------------
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/

Reply via email to