counting tapes

2000-10-18 Thread richard cowen
# of tapes used for backups on a daily basis. The simplest way is to do daily queries of your backup storage pool volumes complement, and track the increase. Or you could look in the actlog for msgs 1340,1341,1360,6684... Or at the tail of your volhistory disk file: unix tail

Re: counting tapes

2000-10-18 Thread Lawrence Clark
Or you could redirect (append) a scheduled select after the days backup to compare growth over time: select stgpool_name,count(*) from volumes group by stgpool_name [EMAIL PROTECTED] 10/18/00 08:40AM # of tapes used for backups on a daily basis. The simplest way is to do daily queries of