olahallengren / sql-server-maintenance-solution

SQL Server Maintenance Solution
https://ola.hallengren.com
MIT License
2.91k stars 756 forks source link

Support Veeam Databases backups #805

Closed KMParks closed 1 week ago

KMParks commented 6 months ago

Veeam has a database tool a lot like DDBoost called MSSQLRecoveryManager.exe It would be nice to have your solution support veeam.
The documentation for the tool is here https://helpcenter.veeam.com/docs/backup/plugins/data_backup_mssql_plugin.html?ver=120

olahallengren commented 2 weeks ago

Executing an .exe file would require enabling xp_cmdshell, that is considered a security issue.