Networker

Re: [Networker] Using multiple retentions

2004-10-07 03:28:57
Subject: Re: [Networker] Using multiple retentions
From: thierry.faidherbe AT HP DOT COM
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Thu, 7 Oct 2004 03:30:45 -0400
Hi,

There are a couple of ways to achieve such a result :

One can be to always take backups with a 6 months
retention and having a scipt to extend retention to 2 years for full
levels, this relying on a config file, for sample.

The best one (and the simplier one) is to call manually savegrp command,
forcing level and policy like

savegrp -l full -w "2 years" -y "2 years" group_name
savegrp -l 1 -w "6 months" -y "6 months" group_name
savegrp -l incr -w "6 months" -y "6 months" group_name

You can also use different group names such

savegrp -w "2 years" -y "2 years"   -C grp_sched group_name_full
savegrp -w "6 months" -y "6 months" -C grp_sched group_name_1
savegrp -w "6 months" -y "6 months" -C grp_sched group_name_incr
using different group schedules and using skipping
such FSSFSSS, S11S111 ....
for easier pool configuration and start all groups on a daily base

Hope this helps,

Thierry

> I want to be able to configure a client to have full backups write to one
> pool and expire in 2 years, while the incremental backups write to a
> different pool and expire in 6 months. What is the easiest way to
> configure this? I know I have to create two different pools, but do I have
> to create two different schedules? Do I need two different client
> resources?
>
> --
> Note: To sign off this list, send a "signoff networker" command via email
> to listserv AT listmail.temple DOT edu or visit the list's Web site at
> http://listmail.temple.edu/archives/networker.html where you can
> also view and post messages to the list. Questions regarding this list
> should be sent to stan AT temple DOT edu
> =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
>

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv AT listmail.temple DOT edu or visit the list's Web site at
http://listmail.temple.edu/archives/networker.html where you can
also view and post messages to the list. Questions regarding this list
should be sent to stan AT temple DOT edu
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

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