Hi,
I have a backup set with the following schedule and retention rules
- Diff every month, incremental every day
- Keep 12 months of diffs, keep 60 days of incrementals
I have attached a screenshot of the current config.
This config means that there is an incremental consolidation every day, for example:
If I have:
Diff - xxx-10
Inc - xxx-11 to xxx-39
Diff - xxx-40
Inc - xxx-41 to xxx-69
Diff - xxx-70
then when incremental xxx-71 is created xxx-11 and xxx-12 are consolidate into a larger xxx-12
What I would really like to do is keep "at least" 60 days of incrementals but without having to run the consolidation every days.
In the above example I think that would actually work as follows:
- Reflect would create Inc xxx-71 to xxx-99
- Reflect would then create Diff xxx-100 and delete Inc xxx-11 to xxx-39
It would have to not delete an Inc until it could delete all the Incs related to the previous Diff (in this case xxx-10).
This would lead to a situation in which I had a minimum of 60 Incs and up to a maximum of 90 Incs which is fine.
Of course if I just change the settings to "keep 90 days of incs" then I will just have the consolidation problem under the previous Diff.
I would also want it to keep at least 60 days even if a diff was generated half way through the month (i.e. not just incs for the previous two diffs, but incs for the previous two months, regardless of what diffs have been created).
So, I'm wondering if there is a way to configure it as "keep at least 60 days of incrementals, but rather than consolidate incrementals, keep additional incrementals until no longer needed for intergrity"
Any thoughts would be much appreciated.