DSTAVERT wrote:
For a domain controller you must do system state backups. Without them you risk loosing AD. As per Microsoft's recommendations at least twice per day.
This is not entirely correct statement. As always, "it depends" - depends on your image-level backup solution. With Veeam, you do not have do that - unless you want to have redundancy over backing up the same data twice.
On the other hand, with image-level backup solutions which are not application-aware and do not treat VMs running certain applications in a special manner on backup and restore, you certainly must do that. Otherwise, in case of DC for example, you will end up with USN rollback upon restore, and this will screw up your AD.
Also, just to cover some other points above:
If you try and restore a domain controller from an image based backup (i.e. a non-AD aware backup) in a multi domain controller environment, you'll almost certainly run into replication sync issues after the restore as the AD database was rolled back in an unsupported fashion.
That is correct, unless you are using image-level backup solution such as Veeam, which performs application-aware backups, and - most importantly - application-aware restores.
Also, image based backups will not purge transaction logs for an Exchange server either, so these will continue to grow until an appropriate backup is taken of the information store.
That is also correct statement for many image-level backup solutions. Most of them will not prune Exchange transaction logs at all. Some will prune them immediately at snapshot creation (before backup completes successfully) - which is actually worse, than not pruning them at all - because you end up without good backup and logs are gone too. And only few image-level backup solutions (such as Veeam) will do it correctly, pruning Exchange logs after successful backup only.
I would definitely recommend testing any backup solution extensively in test lab environment with all applications, before making decisions on backup strategy. There are too much marketing these days. Many image-level backup vendors tend to make big deal of unimportant features and product characteristics, while being silent about not having most basic, core features which are expected from any backup solution - such as above - properly handling the applications on backup and recovery.
Hope this helps. Disclaimer, I work for Veeam.