Questions tagged [azure-backup]
14 questions
2
votes
2 answers
Configure Azure file share backup with ARM template
I was trying to configure Azure file share backup using ARM template deployment.
Below is the template I'm trying to deploy. First I create a backup policy then trying to configure backup for the file share.
The question is, to the template I have…
Lakal Malimage
- 516
1
vote
1 answer
Azure Backup Vault: UserErrorBackupUserAuthFailed on PostgreSQL database
I created a web application on Azure consisting of a Virtual Machine and a PostgreSQL 10 database. I want to configure the Azure "Backup vault" service to periodically perform a database backup. So, I created the "Backup vault" service and the…
El_Merendero
- 111
1
vote
0 answers
Will deploying MABS on Azure to back up on-prem go via Azure?
I would like to back up some on-prem system (SRV1) using Microsoft Azure Backup Server (MABS1), but I would like to host the MABS1
server itself on Azure as a VM and use an on-premises storage for cache/scratch (NAS1). I want to backup for Bare…
Konrads
- 900
1
vote
1 answer
Azure Backup Recovery Slow
I am currently restoring from the Azure Backup cloud as a mounted drive using the Azure Backup Utility. I am copying files from the mounted drive to the local drive using robocopy as suggested by Microsoft. The recovery speed is extremely slow.…
user2411821
- 11
- 1
1
vote
0 answers
Azure "Last backup status" diverging from latest "Restore point"
Azure's Virtual Machine "Backups" blade shows both the "Last backup status" at the top and a list of "Restore points". When the "Last backup status" diverges significantly from the most recent Restore Point, what does that indicate? I.e., should I…
mpderbec
- 111
1
vote
1 answer
Can't identify where SQL backups are being initiated from
A little background on my skill: I am new to running SQL on Azure and, although I've done a bit of development on SQL Server, I would still consider myself a novice with SQL Server as well.
We recently deployed a Windows VM in Azure that is running…
Chris76786777
- 969
0
votes
0 answers
MABS Server running out of disk space - Can we relocate the backups? (to expand underlying storage pool)
We have a Microsoft Azure Backup server that is running low on disk space.
The Server is WS2022, running latest version of MABS. It has 8 drive bays, 6 of which are currently in use (6x2.4TB). It is setup using modern backup storage (JBOD disks…
gjpio
- 13
0
votes
1 answer
How to backup an Azure PostgreSQL Single Server instance which is available on a private endpoint with Azure Backup Vault
I'd like to back up an Azure PostgreSQL Single Server instance using the Azure Backup Vault, which is only available through a Private Endpoint. I've created the Backup Vault and the Backup Instance inside it, but I'm encountering the following…
Nagy Vilmos
- 101
0
votes
0 answers
Windows File Server 2019 backup to Azure with NTFS permissions
We are running a windows server 2019 with File and storage services. We only use this as a file server with NTFS permissions. My backup program doesn't allow dynamic disks to be backed up and all of our file partitions are dynamic disks. So I need…
Vdub
- 148
0
votes
1 answer
How to get access to Azure VM image created in one azure account on another?
We have created a specialized VM image in Azure and shared it in shared image gallery in one of the azure accounts our organization has(ex: userA@company.com). Question is, how can this image be made available on another azure account under the same…
RKB83
- 13
0
votes
1 answer
I don't see my local backups in Azure Backup center
I'm evaluating Azure backup for on premise computers.
Scenario
My scenario is simple :
I want to backup the computer of my 50 users to the cloud.
I want to backup 1 or 2 folders on each computer
Each user should be able to restore his own computer…
Julien Ferraro
- 109
0
votes
1 answer
Keeping Azure MARS backup after server deleted
An Azure Windows file server was backing up its files using the MARS agent into the recovery services vault and is listed as a protected server (see below). This server has been superseded but before I delete it, I want to check that the MARS backup…
Rob Nicholson
- 1,747
0
votes
1 answer
Azure VM off-site backups via CLI
I'm currently backing up Azure VMs via Azure CLI:
create resource group:
az group create -n backup-resource-group -l uksouth
create recovery services vault:
az backup vault create --resource-group backup-resource-group --name backup --location…
Sam
- 183
-1
votes
2 answers
Automate VM backup to trigger once every 6 months
I have a Windows test server, and I want to have its backup for last six months. Like have a full backup of the server once in six month and retain it. In azure backup policy I can't see any option for monthly backup frequency. So is there any other…