Veritas-bu

[Veritas-bu] Amount of Data Backed up over a specific time

2003-05-14 15:08:00
Subject: [Veritas-bu] Amount of Data Backed up over a specific time
From: pwinkeler AT pbnj-solutions DOT com (Paul Winkeler)
Date: Wed, 14 May 2003 15:08:00 -0400
This is a multi-part message in MIME format.

------=_NextPart_000_004D_01C31A2A.9BD37120
Content-Type: text/plain;
        charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sam,
 
Look at this article
  http://sticky.pbnj-solutions.com:8000/archives/000006.html
which shows a technique for creating just the kind of report you're looking
for; you would limit images to those from the last month by using the
image object's ctime method:
   ($image->ctime > beginning-of-month)  && ($image->ctime <= end-of-month)
Please let me know if you'd like me to help you work this out,
 
 PaulW
 
PS If you run the vu.pl script with the '-d' option, it will show you all
the NetBackup CLI calls it makes
 
www.pbnj-solutions.com <http://www.pbnj-solutions.com/>  IT Solutions That
Stick
(216) 533-5708

------=_NextPart_000_004D_01C31A2A.9BD37120
Content-Type: text/html;
        charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii">
<TITLE>Message</TITLE>

<META content=3D"MSHTML 6.00.2800.1170" name=3DGENERATOR></HEAD>
<BODY style=3D"MARGIN-TOP: 2px; FONT: 8pt Tahoma; MARGIN-LEFT: 2px">
<DIV><SPAN class=3D278064918-14052003><FONT =
size=3D1>Sam,</FONT></SPAN></DIV>
<DIV><SPAN class=3D278064918-14052003><FONT =
size=3D1></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D278064918-14052003><FONT size=3D1>Look at this=20
article</FONT></SPAN></DIV>
<DIV><SPAN class=3D278064918-14052003><FONT size=3D1>&nbsp; <A=20
href=3D"http://sticky.pbnj-solutions.com:8000/archives/000006.html";>http:=
//sticky.pbnj-solutions.com:8000/archives/000006.html</A></FONT></SPAN></=
DIV>
<DIV><SPAN class=3D278064918-14052003><FONT size=3D1>which shows a =
technique for=20
creating just the kind of report you're looking for; you would limit =
images to=20
those from the last month by using the</FONT></SPAN></DIV>
<DIV><SPAN class=3D278064918-14052003><FONT size=3D1>image object's =
ctime=20
method:</FONT></SPAN></DIV>
<DIV><SPAN class=3D278064918-14052003>&nbsp;&nbsp;&nbsp;(<FONT=20
size=3D1>$image-&gt;ctime &gt; beginning-of-month)&nbsp; &amp;&amp;=20
($image-&gt;ctime &lt;=3D end-of-month)</FONT></SPAN></DIV>
<DIV><SPAN class=3D278064918-14052003><FONT size=3D1>Please let me know =
if you'd=20
like me to help you work this out,</FONT></SPAN></DIV>
<DIV><SPAN class=3D278064918-14052003><FONT =
size=3D1></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D278064918-14052003><FONT =
size=3D1>&nbsp;PaulW</FONT></SPAN></DIV>
<DIV><FONT size=3D1></FONT>&nbsp;</DIV>
<DIV><SPAN class=3D278064918-14052003><FONT size=3D1>PS If you run the =
vu.pl script=20
with the '-d' option, it will show you all the NetBackup CLI calls it=20
makes</FONT></SPAN></DIV>
<DIV><SPAN class=3D278064918-14052003></SPAN>&nbsp;</DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2><A=20
href=3D"http://www.pbnj-solutions.com/";>www.pbnj-solutions.com</A> IT =
Solutions=20
That Stick</FONT></DIV>
<DIV align=3Dleft><FONT face=3DArial size=3D2>(216)=20
533-5708</FONT></DIV></BODY></HTML>

------=_NextPart_000_004D_01C31A2A.9BD37120--