Hi Dinesh, Hope you're doing well. It is normal to see the "OnFreeze" event in the writer console when a shadow copy freeze is initiated. The "OnFreeze" event is triggered by the writer on receipt of a Freeze event at the start of a shadow copy freeze. The writer uses this event to perform operations needed to participate in the freeze or to veto the freeze. The "OnFreeze" event is a pure virtual method that must be implemented by derived classes. It is not implemented by the CVssWriter base class. In your case, you have configured the "vsswriter.exe" to use the "c:\writerData" path and are backing up the "D:\testfolder" using the "Windows Server Backup tool". However, the "OnFreeze" event is not related to the configuration of the writer. It is triggered by the writer on receipt of a Freeze event at the start of a shadow copy freeze. I hope this helps clarify your doubts. Best Regards, Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.