query backupversion history from dsmadmc

pzzl321

ADSM.ORG Member
Joined
Jul 18, 2018
Messages
13
Reaction score
0
Points
0
hi friends,
as described in the topic, is there a way to retrieve filespace versions via dsmadmc?
for context, i have noticed in our tdp4ve backup some VMs can't access the complete history.
since I only check daily if the backup has run and not how many versions are present such information would be super interesting!

regards
 
Hi,

Play around with this one. It may give you a start.

Code:
select distinct(HL_NAME) from backups where node_name='XXX_VMWARE' and FILESPACE_ID=1
 
Back
Top