Start a Conversation

Unsolved

N

20 Posts

769

November 13th, 2021 19:00

Avamar expiration

How can I delete expired backups. There is a backup in the server that is expired but I am not able to delete it. What should I do? 

20 Posts

November 15th, 2021 21:00

To give more details, the backup had expired more than a year and no retention policy is applied and this is a VMware backup

51 Posts

November 17th, 2021 12:00

AUI: Asset Management -> Client -> View more (Client Summary) -> Select expired backup -> Delete

Adm: Backup & Restore -> select client -> Choose Manage tab -> Find the date of the backup -> Select backup and click right mouse to choose "Delete backup"

Commandline: 

- Find the labelnum of the backup you want to delete
mccli backup show --name=serverXYZ --domain=domainXYZ

- Delete the backup 
mccli backup delete --name=serverXYZ --domain=domainXYZ --labelNum=labelNumXYZ

No Events found!

Top