From the documentation, the "Restore points to keep" is a backup chain (is it reverse or forward incremental) to meet the desired retention settings:
That means, if I have 7 daily retention points (assuming the backup job is run daily), I will have a total of 6 VIB files and 1 VBK file. on the 8th day forward, one of these VIB files will be merged into the VBK and a new VIB file will be created, thus known as the "transformation of the chain".The backup copy job constantly transforms the full backup file in the backup chain to meet the desired retention policy settings. The transformation process, however, has a side effect. In the long run, the full backup file grows large and gets badly fragmented. The file data occurs to be written to non-contiguous clusters on the storage, which slows down reading from and writing to the backup file.
On any VTL/dedupe appliance, this results in significant I/O onto the storage due to the read and writes. In my case, I'm expecting these transformations to not even finish due to how much data we are backing up.
Is there a way to avoid this transformation on the dedupe appliance? Is it possible to have the dailys on an alternate target backup copy repository than the weekly, monthlies, etc?
What is the recommended approach if I wanted to create back ups of 30 dailies, 84 monthlies, etc. ? If you're going to recommend backup copy jobs, then please consider the impact of the transformations into full VBKs on dedupe appliances.