Start a Conversation

Unsolved

IN

1 Rookie

 • 

1 Message

24

February 17th, 2025 04:23

Any Command can retrieve backup copy expiration date ?

I would like to use command line to retrieve some backup copies expiration date.

but the command here just shows few information.

 mccli backup show --domain=/vcenterhostfqdn/VirtualMachines/ --name=hostname --labelNum=001

can someone help which command line can retrieve the backup expiration date.

Thanks

1 Rookie

 • 

33 Posts

February 19th, 2025 14:05

Does not seem to be implemented with labelNum parameter.

This one will list ALL backups for the client, with the expiration date included as well:

mccli backup show --domain=/vcenterhostfqdn/VirtualMachines/ --name=hostname --verbose=true

No Events found!

Top