Networker

Re: [Networker] List of files backed up (newbie)

2005-06-30 22:26:31
Subject: Re: [Networker] List of files backed up (newbie)
From: Tim Mooney <mooney AT DOGBERT.CC.NDSU.NODAK DOT EDU>
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Date: Thu, 30 Jun 2005 21:16:51 -0500
In regard to: [Networker] List of files backed up (newbie), Eidler, Dean...:

I have an incremental backup that normally has zero  increase in size.
Last night it jumped 10GB and I cannot work out where the increase came
from.

How can I get a list of files backed up in that save set last night?
Legato server is Windows, client is tru64.

You might want to search the archives for this list; this topic has been
discussed before, though most of the times I've answered this question, it
has been for a UNIX server (I'm assuming that mminfo and nsrinfo are
available under Windows).

- use mminfo to find the numeric savetime (nsavetime) of the saveset in
  question, e.g:

        mminfo -q 'client=dogbert.cc.ndsu.nodak.edu,savetime>=06/29/05' \
                -r nsavetime,client,name,level,nfiles,totalsize

(you only need the nsavetime, but the other criteria may help you narrow
down which saveset you're looking for).  That should report something
like:


  save time client     name                             lvl nfiles    total
 1120040293 dogbert.cc.ndsu.nodak.edu /               incr   15      35120
 1120130075 dogbert.cc.ndsu.nodak.edu /               incr   15      35120
 1120039840 dogbert.cc.ndsu.nodak.edu /cluster/members/{memb}/tmp incr 6 3660
 1120129807 dogbert.cc.ndsu.nodak.edu /cluster/members/{memb}/tmp incr 5 3224
 1120040184 dogbert.cc.ndsu.nodak.edu /faculty        incr   44   90887400
 1120130009 dogbert.cc.ndsu.nodak.edu /faculty        incr   71  123233908
 1120040188 dogbert.cc.ndsu.nodak.edu /local          incr    0          4
 1120130010 dogbert.cc.ndsu.nodak.edu /local          incr    0          4
 1120040182 dogbert.cc.ndsu.nodak.edu /local/project  incr    0          4
 1120130005 dogbert.cc.ndsu.nodak.edu /local/project  incr    0          4
 1120040183 dogbert.cc.ndsu.nodak.edu /local/src      incr    5      10536
 1120130006 dogbert.cc.ndsu.nodak.edu /local/src      incr   12    5641940
 1120040255 dogbert.cc.ndsu.nodak.edu /usr            incr    0          4
 1120130017 dogbert.cc.ndsu.nodak.edu /usr            incr    0          4
 1120040269 dogbert.cc.ndsu.nodak.edu /var            incr   62   19555032
 1120130069 dogbert.cc.ndsu.nodak.edu /var            incr   63   19379912


Once you have the numeric savetime for the particular saveset you're
interested in, use nsrinfo to get a list of what files were backed up in
that saveset:

$ nsrinfo -t 1120040183 dogbert.cc.ndsu.nodak.edu

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 networker" command via email
to listserv AT listserv.temple DOT edu or visit the list's Web site at
http://listserv.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>