The script currently being used to create the CSVs was not providing enough information and broke every time it was edited. The task became to write a new script to extract the information from the Veeam Proxy Servers and inject it into a MySQL database for long term storage.
I had written a sub-script to store all the functions, but for some reason it refused to work from there. I have included it anyway, in case some of the functions help.
Backup2CSV_SQL – Pull data from Veeam Proxy
ConsolidateToday_SQL_CSV – Consolidate collected CSVs
AddCSVToMySQL – Inject CSV data into MySQL Database
Additional MySQL_Functions – Additional functions for reference
CustomSQLImport – Custom script to import multiple days into MySQL, using the file date as the date for the import.
