how to query selective backup using command line

merouan

ADSM.ORG Member
Joined
Feb 27, 2013
Messages
21
Reaction score
0
Points
0
Hi all,
i performed a selective backup of a filespace in aix environment using command line a few days ago , my server doing every day incremental backup so ,i just need to know which how to query my selective backup .

Thank you in advance.
 
There is no separate query command for selective backups. You have to look at the node logs for the details of the selective backup.
 
Like moon-buddy said, you can't really query a specific backup, that's because once on the TSM Server, each object is an individual object, they are not part of a group (unless you did a backup group, but you said selectivce). If you know the start date/time and the end date/time of the backup though, you can use use -fromdate and -todate to cover just the period of that backup.
dsmc query backup {filespec} -fromdate=... -fromtime=... -todate=... -totime=... -su=yes

You can use "dsmc help" for the syntax of these options.
 
Back
Top