VMware Cloud Community
sachu2017
Enthusiast
Enthusiast

How to Export VMs list from Backup Jobs created on VDP appliance

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.

4 Replies
jnsvano
Enthusiast
Enthusiast

Hi,

You could export vm list from terminal using commands like mccli group show and mccli group show-members.

Reply
0 Kudos
Jitu211003
Hot Shot
Hot Shot

Hi Sachu,

Use  mccli client show --recursive=true     it will surely list all VMs.

Thanks

Jitendra

Vmwarediary.com (Join & Get more)

Reply
0 Kudos
SavkoorSuhas
Expert
Expert

Hi There,

I have a script written for this:

shellscripts/backup-job-detail.sh at master · happycow92/shellscripts · GitHub

# Suhas

If you found this or any other answer useful please consider the use of the Helpful or Correct buttons to award points.

Don't Backup. Go Forward!
Rubrik

stranger267
Contributor
Contributor

Very useful. I will see if we can convert it into export/import script.

Reply
0 Kudos