I have been trying to emulate GFS type backup for File to Tape backup of a small file server (2.5Tb) by having Daily, Weekly, Monthly and Yearly tape pools and a Daily, Weekly1, Weekly2, Weekly3, Weekly4, Monthly and Yearly file to tape jobs. This has created a rather large dbo.tape.file_versions table and I am now rethinking how best to perform the same tasks either using a single daily job with full and incremental or Veeam Agent for Windows or simply moving to a VM backup using Forever Forward.
However the purpose of my post is not to get advice on which approach might be better (although that would be welcome, but I suspect that Forever Forward is the bookies favourite), but to get advice on what actions in the Veeam B&R Console will reduce or empty the dbo.tape.file_versions table. Is it...
- deleting the File to Tape jobs? (tried but did not seem to make much difference)
- removing the tapes created by the File to Tape jobs from the catalog?
- deleting the tape pools?
- some combination of the above?
Also, does anyone know if the Veeam Agent for Windows will also run into the same database size issues with SQL Express if the file set is the same?
Any help appreciated.