[Veritas-bu] Total Data BACKED up in NetBackup

2006-06-12 Thread WEAVER, Simon
Title: Message Guys quick question - is there a SIMPLE method to calculating just HOW much Data NetBackup backed up last week? Regards Simon Weaver3rd Line Technical SupportWindows Domain Administrator EADS Astrium Limited, B32AA IM (DCS)Anchorage Road, Portsmouth, PO3 5PU Email: [EMAIL

Re: [Veritas-bu] Total Data BACKED up in NetBackup

2006-06-12 Thread WEAVER, Simon
)Anchorage Road, Portsmouth, PO3 5PU Email: [EMAIL PROTECTED] -Original Message-From: WEAVER, Simon Sent: 12 June 2006 09:28To: 'veritas-bu@mailman.eng.auburn.edu'Subject: [Veritas-bu] Total Data BACKED up in NetBackup Guys quick question - is there a SIMPLE method

Re: [Veritas-bu] Total Data BACKED up in NetBackup

2006-06-12 Thread Dave Markham
*To:* 'veritas-bu@mailman.eng.auburn.edu' *Subject:* [Veritas-bu] Total Data BACKED up in NetBackup */Guys/* */quick question - is there a SIMPLE method to calculating just HOW much Data NetBackup backed up last week?/* /Regards/ /Simon Weaver *3rd Line Technical

Re: [Veritas-bu] Total Data BACKED up in NetBackup

2006-06-12 Thread Dave Markham
@mailman.eng.auburn.edu' *Subject:* [Veritas-bu] Total Data BACKED up in NetBackup */Guys/* */quick question - is there a SIMPLE method to calculating just HOW much Data NetBackup backed up last week?/* /Regards/ /Simon Weaver *3rd Line Technical Support

Re: [Veritas-bu] Total Data BACKED up in NetBackup

2006-06-12 Thread WEAVER, Simon
@mailman.eng.auburn.edu' Subject: Re: [Veritas-bu] Total Data BACKED up in NetBackup oh and $div needs to be 1 1024, or 1048576. I do it like this :- totalsize() { size=$1 if [ $size = KB ];then div=1 elif [ $size = MB ];then div=1024 elif [ $size = GB