Veritas-bu

[Veritas-bu] List directories being backed up

2004-04-21 13:46:09
Subject: [Veritas-bu] List directories being backed up
From: Mark.Donaldson AT experianems DOT com (Donaldson, Mark)
Date: Wed, 21 Apr 2004 11:46:09 -0600
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C427C8.87AB00D0
Content-Type: text/plain;
        charset="iso-8859-1"

Since this isn't natively possible, you could make it:
 
The filelist directives (list of files in the "file" part of the GUI) is
available through "bpdbjobs -allcolumns" and some parsing.  If you want a
quick report, you could feed the bpflist output through a simple filter:
 
bpflist <options to limit output>  |  awk '{print $10}' | cut -d '/' -f-4 |
sort -u
 
...display 3 levels deep.


-----Original Message-----
From: David Thome [mailto:drt8243 AT hotmail DOT com]
Sent: Saturday, April 17, 2004 9:28 PM
To: veritas-bu AT mailman.eng.auburn DOT edu
Subject: [Veritas-bu] List directories being backed up



Hello experts.  Is there a NBU command that will show a list of the
directories that have been backed up by a given client?  I ran into the
netbackup command, "bpflist"  but this gave me an extreme amount of detail,
every file that was backed up, fifty million lines of data.  

I just want a list of the directories,  maybe two or three  levels deep, for
example, not every file.   bpimagelist man pages says it can do it but I
sure haven't been able to get it to output anything that resembles
directories.

Thank you in advance for your super support.


  _____  

MSN Toolbar provides one-click  <http://g.msn.com/8HMBENUS/2731??PS=> access
to Hotmail from any Web page - FREE download!
_______________________________________________ Veritas-bu maillist -
Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


------_=_NextPart_001_01C427C8.87AB00D0
Content-Type: text/html;
        charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=784554117-21042004><FONT face=Arial color=#0000ff size=2>Since 
this isn't natively possible, you could make it:</FONT></SPAN></DIV>
<DIV><SPAN class=784554117-21042004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=784554117-21042004><FONT face=Arial color=#0000ff size=2>The 
filelist directives (list of files in the "file" part of the GUI) is available 
through "bpdbjobs -allcolumns" and some parsing.&nbsp; If you want a quick 
report, you could feed the bpflist output through a simple 
filter:</FONT></SPAN></DIV>
<DIV><SPAN class=784554117-21042004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=784554117-21042004><FONT face=Arial color=#0000ff 
size=2>bpflist &lt;options to limit output&gt;&nbsp; |&nbsp; awk '{print $10}' 
| 
cut -d '/' -f-4 |&nbsp;sort -u</FONT></SPAN></DIV>
<DIV><SPAN class=784554117-21042004><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=784554117-21042004><FONT face=Arial color=#0000ff 
size=2>...display 3 levels deep.</DIV>
<DIV><BR></DIV></FONT></SPAN>
<BLOCKQUOTE>
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> David Thome 
  [mailto:drt8243 AT hotmail DOT com]<BR><B>Sent:</B> Saturday, April 17, 2004 
9:28 
  PM<BR><B>To:</B> veritas-bu AT mailman.eng.auburn DOT edu<BR><B>Subject:</B> 
  [Veritas-bu] List directories being backed up<BR><BR></FONT></DIV>
  <DIV>
  <DIV class=RTE>
  <P>Hello experts.&nbsp; Is there a NBU command that will show&nbsp;a list of 
  the directories that have been backed up by a given client?&nbsp; I ran into 
  the netbackup command, "bpflist" &nbsp;but this gave me an extreme amount of 
  detail, every file that was backed up, fifty million lines of data.&nbsp; </P>
  <P>I just want a list of the directories,&nbsp; maybe two or three&nbsp; 
  levels deep, for example, not every file.&nbsp;&nbsp; bpimagelist man pages 
  says it can do it but I sure haven't been able to get it to output anything 
  that resembles directories.</P>
  <P>Thank you in advance for your super support.</P></DIV></DIV><BR clear=all>
  <HR>
  <A href="http://g.msn.com/8HMBENUS/2731??PS=";>MSN Toolbar provides one-click 
  access to Hotmail from any Web page - FREE download!</A> 
  _______________________________________________ Veritas-bu maillist - 
  Veritas-bu AT mailman.eng.auburn DOT edu 
  
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu</BLOCKQUOTE></BODY></HTML>

------_=_NextPart_001_01C427C8.87AB00D0--

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