Skip to content

Commit 0b0c236

Browse files
Merge pull request #310250 from AbhishekMallick-MS/Jan-8-2026-CSS
CSS - Addressed task #27427839 - Address FSFreeze definition
2 parents 54a3d8b + 5cc1bfb commit 0b0c236

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

articles/backup/backup-azure-vms-introduction.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: About Azure VM backup
33
description: In this article, learn how the Azure Backup service backs up Azure Virtual machines, and how to follow best practices.
44
ms.topic: overview
5-
ms.date: 07/25/2025
5+
ms.date: 01/08/2026
66
author: AbhishekMallick-MS
77
ms.author: v-mallicka
88
# Customer intent: "As an IT admin managing Azure VMs, I want to implement effective backup strategies using Azure Backup, so that I can ensure data protection and quick recovery for my virtual machines while minimizing downtime and costs."
@@ -55,6 +55,14 @@ If you have opted for application or file-system-consistent backups, the VM need
5555
- If the pre-scripts and post-scripts execute successfully, Azure Backup marks the recovery point as application-consistent. However, when you're using custom scripts, you're ultimately responsible for the application consistency.
5656
- [Learn more](backup-azure-linux-app-consistent.md) about how to configure scripts.
5757

58+
- **FSFreeze and safeFreezelockFile**: **Fsfreeze** is a utility used to freeze and thaw the *filesystem* to make their state on consistent during VM backups.
59+
60+
- **Freeze**: When you freeze a filesystem, the currently running operations are allowed to complete. However, new write system operations and the operations that modify the filesystem are stopped.
61+
62+
- **Thawing**: This operation reverses the freeze operation. When you thaw a filesystem, the previously stopped operations continue to run effectively, unblocking any modifications.
63+
64+
During the *Freeze* operation, Azure Backup invokes a file safeFreezelockFile. This prevents the other process to invoke the similar operation so that backup process isn't interrupted. Once the operation is complete, the lock is released.
65+
5866
>[!Note]
5967
>The snapshot process starts with invoking the backup extension (agent-based), using tools such as VSS for Windows or freeze for Linux to ensure data consistency. When consistent, the Restore Point Collection monitors the extension and initiates snapshot creation. Afterward, metadata is updated with restore point paths and commit details to finalize the backup for restoration.
6068

0 commit comments

Comments
 (0)