Azure Backup Failing

Apurva Pathak 590 Reputation points
2024-08-14T08:00:39.98+00:00

Hi folks,

One of our Azure servers are failing backup because of some VSS Writer issue, currently we are working to fix that. However, I observed that though backup is failing for Azure VM I get a successful backup log for 'Files and folders'.
Could you please help me understand what it means exactly. Also, am I safe to assume that though app consistent backup is failing, Azure is taking File System Consistent backup? Can I use this to restore the VM, if yes how and what are the risk involved.

User's image

Thanks in advance!

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,280 questions
Windows Server Backup
Windows Server Backup
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Backup: A duplicate copy of a program, a disk, or data, made either for archiving purposes or for safeguarding valuable files from loss should the active copy be damaged or destroyed.
476 questions
0 comments No comments
{count} votes

Accepted answer
  1. SadiqhAhmed-MSFT 46,036 Reputation points Microsoft Employee
    2024-08-22T21:12:40.51+00:00

    @Apurva Pathak Sorry for the delayed response!

    When you perform a backup of an Azure VM, there are two types of backups that can be performed: application-consistent backups and file system-consistent backups.

    Application-consistent backups use the Volume Shadow Copy Service (VSS) to ensure that all data in memory and on disk is in a consistent state at the time of the backup. This is important for applications that have databases or other data that is constantly changing.

    File system-consistent backups, on the other hand, do not use VSS and only ensure that the file system is in a consistent state at the time of the backup. This type of backup is typically used for file servers or other systems that do not have databases or other applications that require application-consistent backups.

    In your case, it sounds like the application-consistent backup is failing due to a VSS Writer issue, but the file system-consistent backup is succeeding. This means that you have a backup of the file system, but you may not have a backup of the application data.

    If you need to restore the VM, you can use the file system-consistent backup to restore the file system, but you may not be able to restore the application data. This could result in data loss or other issues if the application data is critical.

    To restore the VM using the file system-consistent backup, you can follow these steps:

    1. Create a new VM from the backup image.
    2. Attach the disks from the backup image to the new VM.
    3. Boot the new VM and verify that the file system is intact.
    4. If necessary, restore any missing application data from a separate backup.

    It is important to note that there are risks involved with restoring a VM from a file system-consistent backup. If the application data is critical, you may need to find a way to resolve the VSS Writer issue and perform an application-consistent backup to ensure that all data is backed up properly.

    Hope this information helps. Feel free to reply if you have any questions!


    If the response helped, do "Accept Answer" and up-vote it


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.