Start a Conversation

Unsolved

This post is more than 5 years old

757

October 2nd, 2017 13:00

Find the protected data per client in Avamar7.x

via CLI is there a way to find the protected data in GB/TB for each client?

10 Posts

October 4th, 2017 11:00

There are several ways of doing this, one way is to run

mccli activity show

this will display all activity.  if you want to discard the active jobs add --completed=True

Another way of doing this is to run

mccli backup show --domain=xxxx --after=date --name=xxx

where

[--domain=String(/)]:   Client's domain

[--after=String]:       Absolute date of filter (format: YYYY-MM-DD)

<--name=String>:        Client's name ((this is mandatory))

there several other ways depending on the type of output you are seeking.

to get more information on the MCCLI command

point your browser to https://avamargrid/dlt

from there navigate to documentation and then find the Avamar MCCLI Programer Guide

No Events found!

Top