Veritas-bu

[Veritas-bu] How to find amount of data backed up by all clie nts in a server in a week.

2003-09-09 14:59:50
Subject: [Veritas-bu] How to find amount of data backed up by all clie nts in a server in a week.
From: WTSmith AT maine DOT edu (Wayne T Smith)
Date: Tue, 09 Sep 2003 14:59:50 -0400
Brochart, Fabrice wrote, in part:
> /usr/openv/netbackup/bin/admincmd/bpimagelist -l -d dd/mm/yy -e dd/mm/yy 
> | grep FRAG | awk ' { tot+=$4 } END { printf "%d\n",tot }'
> 
> Give you total in Kb !

That will sum not only backups, but will include copies of those backups 
such as you might make for separate offsite storage.

You might consider field 19 of the IMAGE lines (instead of field 4 from 
the FRAG lines) from the same bpimagelist command, depending on your 
definition of data backed up. :-)

cheers, wayne


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