Networker

Re: [Networker] Extending Retention

2002-09-06 16:48:27
Subject: Re: [Networker] Extending Retention
From: Joe Moore <Joe.Moore AT SDRC DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Fri, 6 Sep 2002 16:37:21 -0400
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.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

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