I need a solution
NBU Version: 7.1.0.3
Master Svr: Solaris
Meida Svr 1: Red Hat Linux
Media Svr 2: Red Hat Linux
Data Domain DD690
I found some old backups that I want to delete but want to ensure that I do it properly.
After running this command I found one client that has backup images that are 5 years old.
>ls -ltr `find . -name '<client name>*'` | more
>rm Rf `find . -name '<client name>*'` | more
Thanks for you help!