Networker

Re: [Networker] how do i generate an index file listing of my last full backup

2004-03-17 09:50:19
Subject: Re: [Networker] how do i generate an index file listing of my last full backup
From: "Broughton, Paul PM SITI-ITDIUR" <Paul.Broughton AT SHELL DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Wed, 17 Mar 2004 15:50:06 +0100
Mark,

One way to do this is...

1. Get the SSID of the backup containing the most recent full backup

mminfo -v -c $CLIENT -q 'level=full' -ot

->  RM03MA         $CLIENT 03/08/04 01:06:05 1140 MB 3801905 cb full /var

2. Use the SSID to obtain the nsavetime (internal timestamp) of the backup

mminfo -v -q 'ssid=3801905' -r nsavetime

->      1078704365

3. Use nsrinfo and the $nsavetime value to query the saveset contents

nsrinfo -t 1078704365 $CLIENT

-> 

/var/sadm/pkg/SUNWkvmx/install/
/var/sadm/pkg/SUNWkvmx/install/copyright
/var/sadm/pkg/SUNWlcl/
/var/sadm/pkg/SUNWlcl/pkginfo
/var/sadm/pkg/SUNWlcl/save/
/var/sadm/pkg/SUNWlcl/install/
/var/sadm/pkg/SUNWlcl/install/copyright

This will give all files backed up for the specified SSID. Filter as necessary 
for your specific directory...

Hope this helps

Paul Broughton

 >-----Original Message-----
 >From: Lenderman, Mark E WRAMC WASH DC
 >[mailto:Mark.Lenderman AT NA.AMEDD.ARMY DOT MIL]
 >Sent: 17 March 2004 15:35
 >To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
 >Subject: [Networker] how do i generate an index file listing 
 >of my last
 >full backup
 >
 >
 >Hi All,
 >
 >Obviously I'm new to Networker. This should be an easy one 
 >fer yas. I need
 >to generate an Index file listing of all the files in a 
 >particular directory
 >that existed during the last full backup on that box.  
 >Wouldn't there be
 >commands to do this?
 >
 >Thanks a million.
 >Mark
 >
 >--
 >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.
 >=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
 >

--
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.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

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