Skip to content

tjvishnu/Use-PowerShell-for-long-term-retention-of-Azure-Files-Backup

 
 

Repository files navigation

Project Name

Automate On-demand backup for Azure File Shares using PowerShell for Azure Backup

Features

Create recovery points while backing up Azure Files with up to 10 years of retention

Step1

Create an Automation resource with “Run As” account

Step2

Import modules from Gallery in the Automation resource.

Import the following modules from the Modules gallery in the order given below:

  1. AzureRM.Profile
  2. AzureRM.RecoveryServices
  3. AzureRM.RecoveryServices.Backup

Step3

Create PowerShell Runbooks in the Automation Resource. You can create multiple Runbooks based on which set of File shares you want to protect.

Step4

Edit the Runbook and write script to choose which file shares to take a backup. You can create scripts that suit your requirements.

  • Save the script
  • Test the script using “Test Pane”
  • Publish the Runbook

A sample script to backup all file shares in a subscription is provided in the repository

Step5

Schedule the Runbook. While scheduling the Runbook, you can pass on the parameters required for the PowerShell Script. The sample script takes the retention as an input. So, if you need to schedule a weekly snapshot and retain for 8 weeks, create a weekly schedule as mentioned below and specify the retention as 56 days (8 weeks). You can create monthly and yearly schedules (run every 12 months) in a similar manner. You can monitor the success/failure of these backups using the “Jobs” tab of Runbooks

About

Sample PowerShell script and instructions to use with Azure Automation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published