I just started backing up an Exchange 2007 server for a customer of hours. Application aware processing and truncation of logs is enabled. The job completes fine and everything is green in Veeam. But when I log on to the machine the logs are not truncated and various VSS-writers are in this state:
I notified the engineer our customer is running Exchange 2007 SP1 and that I found this article that says volume based back-up of Exchange 2007 is introduced in SP3: https://technet.microsoft.com/en-us/lib ... g.80).aspx
To which he replied:
We support every OS Microsoft supports:
All operating systems supported by Microsoft Hyper-V. You can check everything here: http://h ... pport.html
Unfortunately cannot guarantee that log truncation would work in this scenario, I believe it's better to consult with Microsoft support here.
I let him know I'll have my client update Exchange to SP3. And asked him if Veeam isn't responsible for the log truncation.
It turned out I looked in the wrong place and our client was already running SP3. The final answer I got from support is that it's a Microsoft issue and there's nothing to do about it.
I can understand that it's a Microsoft issue and that it's not something Veeam can fix. But apparently everybody that runs Exchange 2007 on server 2008 on Hyper-v 2012R2 will have this problem. Therefor I think that maybe it's worth mentioning in something like "Exchange 2007 detected, logs will not be truncated"
Because of course I need my logs to be truncated I created a workaround: A postthawnscript that creates another volume shadow and releases it. Because this shadow copy does not get aborted it causes the logs to be truncated.
I run Diskshadow -s C:\scripts\diskshadow.txt
Diskshadow.txt contains:
Add volume c:
Add volume d:
Add volume g:
Add volume H:
Begin backup
create
End backup
I think the issue is with Windows 2008, we have the same issue and are in the process of moving to Windows 2008 R2 for the Exchange installation and hopefully this will resolve the issue as it did in our test environment.