view all backup run and re-run TSM

seekerTSM

ADSM.ORG Member
Joined
Nov 4, 2019
Messages
65
Reaction score
2
Points
0
hi All,

i rerun the scheduled backup that failed, but when i run the command q eve * *. i cant find the details of the backup that i re-run.

i want to view the backup details that i rerun including date, elapsed, time start, end and the data written on it. all the detailed view.

*this post is reposted cause it was accidentaly deleted.
 
but when i run the command q eve * *. i cant find the details of the backup that i re-run.
Q event only shows scheduled backups, not manual backups.

You could use this:
https://thobias.org/tsm/sql/#toc83

Just replace start_time> '2012-09-01 00:00:00' AND start_time < '2012-09-02 00:00:00' with end_time>current_timestamp-24 hours to get the last 24 hours.
 
Back
Top