Skip to main content

Veeam Backup for Microsoft Azure: backup schedule not working

  • November 24, 2020
  • 2 comments
  • 265 views

PValsecchi
Forum|alt.badge.img+3

veeam-backup-azure-fix-schedule-not-working-01

When a backup policy is configured in Veeam Backup for Microsoft Azure, the job doesn't start automatically on a backup schedule.

This is a known bug of the software and the fix requires a patch installation directly in the system.

 

Install the fix

After copying the patch provided by the support (patch Fix_263734_34880afcb0.zip) to the appliance (you can use WinSCP), stop the service with the following comand:

# sudo systemctl stop veeamazurebackup

veeam-backup-azure-fix-schedule-not-working-03

Install the package using the command:

# sudo apt-get install /tmp/veeamazurebackup_1.0.0.261_amd64.deb

veeam-backup-azure-fix-schedule-not-working-04

After few seconds the patch installation is completed successfully.

veeam-backup-azure-fix-schedule-not-working-06

Start the service veeamazurebackup with the command:

# sudo systemctl start veeamazurebackup

veeam-backup-azure-fix-schedule-not-working-07

Now login to Veeam Backup for Microsoft Azure and schedule the job

After applying the patch, the job now runs on a backup schedule.

veeam-backup-azure-fix-schedule-not-working-11

The fix for this issue is quite simple to apply and takes only few minutes. 

 

2 comments

eprieto
Forum|alt.badge.img+9
  • Veeam Legend
  • 168 comments
  • November 25, 2020

Excellent topic!! Very useful ...


JMeixner
Forum|alt.badge.img+16
  • On the path to Greatness
  • 2687 comments
  • November 25, 2020

Thank you for the detailled description. This helps a lot.