Hi Alex.

You didn't mention what you are looking for explicitly
so this will give you a table of backups sorted by date.

select entity as RECHNER, bytes, date(start_time) as DATUM,
       time(start_time) as BEGIN, time(end_time) as EMDE 
       from summary where activity='BACKUP' order by 3 desc

(line breaks are only for the mail)

Please note that the summary table is reported to be
unreliable. If you need solid facts search the archive for
a script by Richard Sims (2 or 3 months old). He had another
way to report backups.

You can ask the TSM-Admins about the accounting logs
and use that, too.

Thomas Bleicher
Netzlink Informationstechnik GmbH

Reply via email to