Unsolved
This post is more than 5 years old
2 Posts
0
3720
August 3rd, 2017 10:00
Need MCCLI command in Avamar to list backups older than X number of days
Team,
anyone know a command to run or from GUI to see what backup images were backed up x days ago?
thanks
Prass1
No Events found!
askana
2 Posts
0
August 4th, 2017 02:00
Please try
mccli backup show --domain= --name= --before=
KruthiMahadevap
16 Posts
0
August 4th, 2017 03:00
mccli backup show --name= --after=YYYY-MMDD --before=YYYY-MMDD --domain=
PRAS1231
2 Posts
0
August 4th, 2017 10:00
thanks for the replies, the problem that i have is there are older backups for retired clients.
when i run the command
mccli backup show --name= --after=YYYY-MMDD --before=YYYY-MMDD --domain=
against the MC_RETIRED domain, it show error , client does not exist.
is there is a way to list all backups on Avamar which are older than x number of days? if Avamar is attached to datadomain, then those backup images also should be listed.
thanks
Pras
sandeepall
1 Message
0
October 31st, 2018 18:00
Hi Pras123, Were you able to find any such command to list all backups of MC_RETIRED Domain? I am currently looking for this command to list retired clients and their in-retention sizes of backups to expire them for some free space on DD. Can you share if you have one.