How to make sql server backup files immutable

Dave Guo 0 Reputation points
2024-09-18T16:46:04.53+00:00

How to make sql server backup files immutable without using Azure Storage?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,689 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Olaf Helper 44,311 Reputation points
    2024-09-18T16:48:21.23+00:00

    immutable = not changeable?

    Set "Readonly" property on file system level, as for any other file.

    0 comments No comments

  2. LucyChenMSFT-4874 4,430 Reputation points
    2024-09-19T02:01:03.6833333+00:00

    Hi @Dave Guo ,

    Thank you for your reaching out and welcome to Microsoft Q&A!

    From this official documentation, we can get the information:

    User's image

    If you want to know more information, please refer to Automatic generation and storage of database digests.

    However, while SQL Server itself does not directly offer immutable backup options, several strategies can be employed to achieve immutability:

    • Cloud Storage Options
    • Hardware Solutions
    • Backup Software with Immutable Features
    • File System-Level Immutability

    You could refer to this article to get more information, hope this can help you well!

    Feel free to share your issues here if you have any concerns!

    Best regards,

    Lucy Chen


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    https://docs.microsoft.com/en-us/answers/support/email-notifications

    0 comments No comments

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.