Networker

Re: [Networker] Extending Retention

2002-09-06 17:03:06
Subject: Re: [Networker] Extending Retention
From: "Passanesi, Scott" <spassanesi AT ESTEE DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Fri, 6 Sep 2002 17:05:41 -0400
We are running Legato on an HP-UX 11.0 server.  I will try and modify the
script below to do what we need.  Thanks!

-----Original Message-----
From: Joe Moore [mailto:Joe.Moore AT sdrc DOT com]
Sent: Friday, September 06, 2002 4:37 PM
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Subject: Re: [Networker] Extending Retention

On Fri, Sep 06, 2002 at 04:30:11PM -0400, Passanesi, Scott wrote:
> We currently have all of our Exchange backups using a 1 year retention and
> we have a request to extend this.  Is it possible to extend the retention
on
> ALL of the Exchange backups with a single command?  The all use the same
> pool and it is a pool unique to our Exchange backups.

You might be able to hook together something with mminfo and nsrmm.

We decrease our retentions of all non-Full backups with:
mminfo -q !ssrecycle,pool=NonFull -r ssid,nsavetime | grep -v "ssid" | \
        while read SSID SAVETIME ; do
                EXPIR=$(($SAVETIME + ($EXPIR_DAYS * 86400) ))
                nsrmm -S $SSID -w $EXPIR -e $EXPIR
        done

I don't know how you'd do this on and NT server.

--Joe

--
Note: To sign off this list, send a "signoff" 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.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

--
Note: To sign off this list, send a "signoff" 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.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

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