puneet102
6 years agoLevel 4
Command to get the clients which was not backedup in last 24 hr
In my environment, I have configure below types of policies in my environment:
- MS-Windows
- Standard
- MS-SQL
- NDMP
- VMware (from vmware intelligent policy)
i want to create a report for the clients which was not backedup in last 24 hr. My doubts and queries are:
- I can generate the report from Opscenter for the same but it can display the client name which is installed and configured in policy, Not the VMs? Am i correct? if yes, how can I get the report for VMware?
- What is the command to generate the above report from CLI?
You can easily script out using bpimagelist if you have list of the clients/VM's. If you backup VM's based on query then you can manually run the query and then find if backup was done using bpimagelist. You can use nbdiscover command to find the VM's using query. This is just an example of command, please explore & run query that will list your VM's.
nbdiscover -noxmloutput "vmware:/?filter=vCenter Contains 'vcenter01'"