Find media's that's used for nodes' and version

Dinesh

Active Newcomer
Joined
Dec 20, 2014
Messages
5
Reaction score
0
Points
0
PREDATAR Control23

Hello All,

Please guide me as how to get the list of tapes that's used for a particular version of backup and a node.
I need this data to compare data between Primary Tape and DR tapes. I wanted to ensure a particular data of node is successfully copied to DR pool.

Thanks,
dinesh
 
PREDATAR Control23

I don't envy you, but if you really must, I'd do:

To find all the volumes a node is using:
query nodedata {node_name}

Then to find what data is on a volume for a node and not copied in the offsite pool
query content {volume_name} node={node_name} copied=no
 
PREDATAR Control23

Thank you so much for your reply. Your command helped me a lot to Understand. One more question is, is there any way i can get the size of the Copied data and non copied data ?
 
Top