I am trying to find out how much data TSM backed up last night or in the last 24 hours? What`s the best way to get this information? Also can I get the data backed up by storage pool?
I came across this statement and it seems ok for backup and archive:
SELECT cast(float(sum(bytes))/1024/1024/1024 as dec(8,2)) as "GB" FROM summary WHERE activity='BACKUP' AND end_time>current_timestamp-24 hours
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.