Networker

Re: [Networker] id the latest "full"

2002-12-13 08:03:04
Subject: Re: [Networker] id the latest "full"
From: Jim Lane <JLane AT TORONTOHYDRO DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Fri, 13 Dec 2002 08:03:18 -0500
one problem that I see with this, and which I'm suffering from myself,
is
filesystems larger than 2GB which are split up into multiple savesets.

I have one NetWare server that is a single filesystem of about 175GB
so
I'm never sure whether I have a complete backup of however many
bits this monster should span over. I wonder if there's any way to
aggregate all the "<nn>DATA1:" filesets together, count how many of
them there are for a single attempt and either identify if any are
missing in the middle or if the backup stopped short of finishing.


Jim Lane
Sr. Technical Consultant
Network Services
Toronto Hydro
office: (416)-542-2820
cell: (416)-896-8576

>>> mooney AT DOGBERT.CC.NDSU.NODAK DOT EDU 12-Dec-02 11:02:53 AM >>>
In regard to: [Networker] id the latest "full", Bob Kryger said (at
10:52am...:

>I am trying to use mminfo to find the most recent full save set for
>particular clients. So far all I can get is all the savesets after or
>between some date(s), but for some clients that might include fulls
from
>multiple days (runs).
>
>Before I write a script to do this I was wondering if there were any
other
>suggestions.

If you don't know about when the last full was, (so you can't use
restrictive date ranges with mminfo), the easiest way I've found to
see
the last full is to do something like:

        mminfo -q 'client=whatever,level=full' -r 'nsavetime,ssid' \
        | sort -n | tail -n 1

Note that this will only give you the very last full that was done on
a particular client -- if the client has multiple volumes you won't
see
when the last was for each of them.  You would need a bit more
scripting
to get that.

Tim
--
Tim Mooney
mooney AT dogbert.cc.ndsu.NoDak DOT edu
Information Technology Services         (701) 231-1076 (Voice)
Room 242-J6, IACC Building              (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164

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