We need to analyze why the error message is appearing during the backup window. The alerts are being triggered due to the replication process between the T and O servers. Specifically, these alerts occur during the backup window of the T server, which runs from 9:00 PM to 10:00 PM PST. During this period, replication from T to O is paused, resulting in the
Error 9036: "Paused for backup or restore."
However, the alerts are only seen on alternate days, not consistently every day, which requires further investigation.
-
T Server – File1
-
O Server – File2
Primary Concern:
The question raised is why the production server experiences impact—such as replication delays or user access issues—during the backup window. While domain controller replication is standard across all servers, it appears only the file server is affected during its backup schedule.
Currently, the file server is backed up using an Application-Aware Processing policy.
Veeam’s Application-Aware Processing ensures backup consistency by leveraging technologies like Microsoft VSS. This is especially useful for maintaining transactional consistency and avoiding data corruption in applications. However, even though this file server doesn’t host any databases, this setting may still introduce temporary impact due to VSS activity and guest processing.
Secondary Concern:
The follow-up question is:
If we move the file server to a “Non-Application-Aware” backup policy, will granular (file and folder-level) restores still be possible?
so in this case we can avoid guest processing for backup snapshot? I believe if we move to non- application aware backup, we will not get this warning alerts during backup, please give clarity on this.
This file servers don’t have any data bases.