BackupPC-users

Re: [BackupPC-users] Full Backups Only

2009-10-19 22:11:33
Subject: Re: [BackupPC-users] Full Backups Only
From: Robert Kosinski <robert.kosinski AT gmail DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Mon, 19 Oct 2009 22:07:54 -0400
I think setting IncrLevels to 0 negates IncrPeriod, so it wouldn't
matter. Like I said, half that stuff probably isn't necessary. I
copy/pasted it from a setup of mine that pretty much does exactly what
you want, with the exception of mine keeping one backup instead of
two. I never bothered pruning once I found something that worked.

On Mon, Oct 19, 2009 at 9:20 PM, Mark Wass <mark AT market-analyst DOT com> 
wrote:
> Great thanks for that, what about IncrPeriod? Should I make that 0 also?
>
> -----Original Message-----
> From: Robert Kosinski [mailto:robert.kosinski AT gmail DOT com]
> Sent: Tuesday, 20 October 2009 8:58 AM
> To: General list for user discussion, questions and support
> Subject: Re: [BackupPC-users] Full Backups Only
>
>> I'd like to only do Full backups once a week (and only keep 2 full backups
>> ant any one time) and I'm a little unsure of what I should set the
>> scheduling settings to.
>
> This is probably more than necessary, but you're looking for something like
>
> $Conf{FullPeriod} = 6.97;
> $Conf{FullKeepCnt} = 2;
> $Conf{FullKeepCntMin} = 2;
> $Conf{IncrKeepCnt} = 0;
> $Conf{IncrKeepCntMin} = 0;
> $Conf{IncrAgeMax}= 0;
> $Conf{IncrLevels} = 0;
>
> ----------------------------------------------------------------------------
> --
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> BackupPC-users mailing list
> BackupPC-users AT lists.sourceforge DOT net
> List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:    http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> BackupPC-users mailing list
> BackupPC-users AT lists.sourceforge DOT net
> List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:    http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>