Veritas-bu

[Veritas-bu] How much data backed up in one year?

2003-10-16 11:41:08
Subject: [Veritas-bu] How much data backed up in one year?
From: Mark.Donaldson AT experianems DOT com (Donaldson, Mark)
Date: Thu, 16 Oct 2003 09:41:08 -0600
bpimagelist is a good option.

bpimagelist -d 09/01/2003 -U -<other opts to limit to client>

Add up the size column with awk or similar.

 bpimagelist -U -d 09/01/2003 -<other_opts> | \
   awk 'BEGIN {sum=0} {sum=sum+($5/1024)} END {print sum " GB"}'

-M

-----Original Message-----
From: Dave.Zarnoch AT sungard DOT com [mailto:Dave.Zarnoch AT sungard DOT com]
Sent: Thursday, October 16, 2003 5:00 AM
To: veritas-bu AT mailman.eng.auburn DOT edu
Subject: [Veritas-bu] How much data backed up in one year?


Sorry if this is a FAQ.....

I need to supply a client with the amount of data (in GB) that we
backed up for one of his systems since 09/01/2002

I tried "bperror" but could only go back 1 month

I also have NBAR....

Thanks!

Dave Zarnoch
SunGard Resources Group
SunGard eSourcing
Voorhees, NJ
Dave.Zarnoch AT sungard DOT com
(800)441-1181


_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

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