Recently I configured a new SQL server to be backed up by Veeam. After following the instructions in the user's manual, I now am receiving an email alert stating that all my databases are being excluded. Only the model database show as protected. Is there any other setting I need to enable to protect the rest of the Dbs?
Excluded — databases excluded from processing. This may be due to any of the following reasons: database status is Offline, database recovery model is set to Simple, database is read-only, database was deleted after the latest full backup, registry key value (list of exclusions).
If you want to perform point-in-time restores, yes. With simple logging, you will only be able to restore to the times the entire SQL server was backed up. Don't change the master database though, full logging isn't supported for that.