Networker

Re: [Networker] how to find which files are saved in which save set (again)

2004-02-09 12:45:52
Subject: Re: [Networker] how to find which files are saved in which save set (again)
From: Darren Dunham <ddunham AT TAOS DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Mon, 9 Feb 2004 09:45:49 -0800
>
> Thanks for the quick help. the problem now remains with nsrinfo: when i run
> 'nsrinfo myclient' for the first time, it gives a long list of all files
> backed-up God knows when. when i try to run it again, specifying the
> backup-time as i should, it just says "scanning client `myclient' for all
> savetimes from the backup namespace", but no output gets generated. what is
> going wrong?

Are you calculating the backup time correctly?

Note that if you have one single file you're interested in, you can pass
that to nsrinfo to just see all the versions of it.  As an example...

$ nsrinfo -N /var/adm/messages client
scanning client `client' for all savetimes from the backup namespace
/var/adm/messages, date=1076085426 Fri Feb  6 08:37:06 2004
/var/adm/messages, date=1075927189 Wed Feb  4 12:39:49 2004
2 objects found

There the dates given are the dates of the backup (the savetime) and
should also be usable as arguments to -t.  Here's an example of that...

$ nsrinfo -t 1076085426 -N /var/adm/messages client
scanning client `client' for savetime 1076085426(Fri Feb  6 08:37:06
2004) from the backup namespace
/var/adm/messages
1 objects found

Since I gave an explicit savetime, it doesn't show the time in the
output.

If you need to know the file asze to help determine which version you
want, use -v.  I'm not certain that you can see the file timestamps with
nsrinfo.

--
Darren Dunham                                           ddunham AT taos DOT com
Senior Technical Consultant         TAOS            http://www.taos.com/
Got some Dr Pepper?                           San Francisco, CA bay area
         < This line left intentionally blank to confuse you. >

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