In our enterprise environment, we have a primary media agent we store the backups of all of our servers. Some of these are then copied out to Azure for cloud storage, all are eventually copied to tape, and then we have a completely separate media agent running a different OS than all of our other machines where we keep an aux copy of only the most recent synthetic full of all of our servers. Used to work great, and now is not. Pretty sure I know why, and I am curious if there is a better way to do what I am doing.
Previously, we had the retention set to 1 day, 1 cycle which worked fine. We did the aux copy every evening after the main backups completed. After the aux copy there would be two sets of data for the last two days on the media agent until noon the next day when the aging job would run and the earlier day would be purged from the system. This is great when you have 18TB of data and 40TB of storage and you can fit two copies on the media agent. But growth is a thing, and suddenly you don’t have room to store two full copies of the data on the machine and so the job suspends because there isn’t enough storage available to complete it.
Ideally long term the solution is to get more storage, which is 100% the plan. But in the short term, is there any better method to select for doing this kind of backup than a standard selective aux copy to pluck out just the most recent fulls and keep them only for 1 day? Any way to make it purge the data before the aux copy so there is enough room to store everything? I realize that is highly less than ideal as you could purge the data and suddenly some calamitous serious of events kick off that leave you needing those backups you just purged because some threat actor just nuked all of your windows based backup servers and now all you have is a half finished aux copy and your tapes.
Just curious if anyone has suggestions on how best to approach this situation in the short term until we get the funding approval for additional storage. Would inline copies or some other option work better than the approach I have taken? Running 11.28 On-Prem. About to upgrade to latest LTS version as well.