Hello USL Azure,
Kindly try the below steps to troubleshoot the issue:
- Check Disk Status: Ensure that the disks you're trying to back up are mounted correctly in your Linux VM. You can use the df -h command to check mounted disks and their space.
- Inspect Backup Status: Review the backup job logs for any specific error codes or messages. These logs often contain vital information that can help pinpoint the issue.
- I/O Latency: Sometimes, high input/output latency can cause backup operations to fail. Ensure that the disks do not have high I/O latency that could affect the backup process. You might want to check the performance metrics of your Azure disks.
- Connectivity Issues: If your backup relies on network shares (like SMB), ensure that there are no connectivity issues. Verify that the server service is running and responsive.
- Backup Agent: Ensure that the Azure Backup agent is installed correctly on your Linux VM and that it is up to date.
- Re-run Full Backup: If there are corrupt backup files, you might need to force a full backup after resolving any underlying issues. If no valid backup set exists, the restore job may fail.
Here are some resources that might help:
Please click Accept Answer and upvote if the above was helpful.
Thanks,
Siva shunmugam.