E2013 Transaction Log files not truncating with Windows Server Backup

By | May 8, 2014

I helped a customer out with a problem recently.  They had been running Windows Server Backup on an Exchange 2013 CU3 server.  The backups had been configured to “VSS Full” and the scheduled jobs were showing as completing successfully.  The only issue was that the mailbox database transaction logs were not be deleted/removed by the backup job.  I had a close look at the configured backup options and they looked to be fine.   

The only obvious sign that something was wrong (other than the fact that the logs were not being cleared) was that the backup status (Get-MailboxDatabase -Status | fl name, *backup) was not showing a date/time stamp next to LastFullBackup.  Instead the date/time stamp indicated that a copy backup had taken place (LastCopyBackup).

After a fair bit of research I found the following had worked for some other people in the same position:

  1. Open REGEDIT and browse to:

HKEY_LOCAL_MACHINE\Software\Microsoft\ExchangeServer\v15\Replay\Parameters

  1. Add a new DWORD value named EnableVSSWriter, and set its value to 0.
  2. Exit Registry Editor and then restart the Microsoft Exchange Replication service.

This worked for my customer too!  It doesn’t appear to be well documented, so I thought I would share it here.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.