Hi,
Could someone please help me as I want to export list of VMs which are configured in backup and Backup job is created on VDP appliance.
You could export vm list from terminal using commands like mccli group show and mccli group show-members.
Hi Sachu,
Use mccli client show --recursive=true it will surely list all VMs.
Thanks
Jitendra
Vmwarediary.com (Join & Get more)
Hi There,
I have a script written for this:
shellscripts/backup-job-detail.sh at master · happycow92/shellscripts · GitHub
# Suhas
Very useful. I will see if we can convert it into export/import script.