Start a Conversation

Solved!

Go to Solution

1110

July 20th, 2020 09:00

Can I see a backup's details from command line mccli or other?

I have been trying all the combinations of commands with mccli and haven't found a way to see the details of a backup like what is available through the webui.  Perhaps I don't have my terminology correct.  In the webui I go to asset management, then drill down in to my vcenter, then "ContainerClients", then VM name.  Then I click "View More", then for the most recent backup (job? dataset?) I click italicized 'i' icon under the "Stats" column to see the details I am interested in.  Of most interest is:
recorded_date_time
status_code_summary
bytes_new
backup_label

 

Avamar Version:19.1.0-38_HF316485

 

Thank you,

 

Vince

30 Posts

July 21st, 2020 07:00

How about mccli activity show ?

Without any parameters it is bascially a summary of the activity window. You can enhance it with using, for example:

--domain=(Domain-name) --name=(client-name) --verbose=true

This would narrow it down to one client. Verbose will include all these fields:

ID; Status; Error Code; Start Time; Elapsed End Time; Type; Progress Bytes; New Bytes; Client; Domain; OS; Client Release; Sched. Start Time; Sched. End Time; Elapsed Wait; Group Plug-In; Retention Policy; Retention; Schedule; Dataset; WID; Server; Container

2 Posts

July 27th, 2020 09:00

Thank you, that looks like it gets me what I need.

No Events found!

Top