VSS backup
This article explain the dedicated VSS backup type: full VSS.
General information
The VSS_BT_FULL setting refers to the VSS (Volume Shadow Copy Service) backup type: full. It is supported by Windows systems and VSS-aware applications, such as Microsoft Exchange and Microsoft SQL Server.
When enabled, this option ensures the backup captures all relevant data via shadow copy and notifies the application that a full backup has been completed. This allows transaction logs to be safely , helping manage storage and maintain application health.
Enabling full VSS backup
Enabling full VSS backup is recommended in the following cases:
If another system manages log truncation, or you only need a data copy without affecting the application's internal backup cycle, avoid using VSS_BT_FULL.
Last updated