SK0-004 · Question #870
A technician created a job on a backup server to back up the new email server. After a few days, the technician notices the email server logs are not cleaning up after the backups are completed…
The correct answer is B. Acquire an application programming interface for backup software. Email server transaction logs are only truncated after a backup if the backup software uses the application's native API or VSS writer; acquiring that API integration allows the backup job to signal the email server to clean up logs automatically.
Question
A technician created a job on a backup server to back up the new email server. After a few days, the technician notices the email server logs are not cleaning up after the backups are completed. Which of the following actions can the technician take to correct this issue?
Options
- ADelete the logs before the backups.
- BAcquire an application programming interface for backup software.
- CBack up the server to a network location.
- DStop email services, and then perform a backup.
How the community answered
(27 responses)- A4% (1)
- B74% (20)
- C7% (2)
- D15% (4)
Why each option
Email server transaction logs are only truncated after a backup if the backup software uses the application's native API or VSS writer; acquiring that API integration allows the backup job to signal the email server to clean up logs automatically.
Deleting logs before the backup removes the transaction log chain that the email server needs for point-in-time recovery and could corrupt the mail database.
Email servers like Microsoft Exchange use VSS (Volume Shadow Copy Service) writers and application-level APIs to coordinate with backup software. When the backup application lacks the correct API integration or agent plugin, it performs a file-level backup that the email server does not recognize as a valid application backup, so transaction log truncation is never triggered. Acquiring and configuring the proper API or backup agent enables the backup software to communicate a successful application-aware backup to the email server, which then automatically purges committed transaction logs.
Changing the backup destination to a network location does not affect whether the backup software uses the email server's application API, so log truncation behavior would remain unchanged.
Stopping email services to perform a cold backup may allow a file-copy backup to complete, but it causes unnecessary downtime and does not establish the application-aware backup process needed for automatic log cleanup.
Concept tested: Application-aware backup API integration for email log truncation
Source: https://learn.microsoft.com/en-us/exchange/back-up-email
Topics
Community Discussion
No community discussion yet for this question.