This is an archive version of the document. To get the most up-to-date information, see the current version.

Automatic Job Retry

In this article

    You can instruct Veeam Backup & Replication to retry a job for a certain number of times if the initial job pass fails. By default, Veeam Backup & Replication automatically retries a failed job for 3 times within one job session. If necessary, however, you can change the number of retries in the job settings.

    Veeam Backup & Replication retries a job only if the previous job session has failed and one or several VMs in the job have not been processed. Veeam Backup & Replication does not perform a retry if a job session has finished with the Success or Warning status. During the job retry, Veeam Backup & Replication processes only those VMs that have failed.

    Veeam Backup & Replication creates only one backup file within one job session. If a job processes several VMs and some of them fail to be processed during the first job pass, Veeam Backup & Replication will create a backup file containing data for those VMs that have been successfully processed. At the job retry, Veeam Backup & Replication will attempt to process failed VMs. In case of success, Veeam Backup & Replication will write data of the processed VMs to the backup file that was created at the previous job pass.

    In some situations, Veeam Backup & Replication may fail to process VMs during all job retries. In this case, failed VMs will be processed within the next job session. Their data will be written to the backup file created within the current job session.

    Automatic Job Retry Important!

    Veeam Backup & Replication does not perform automatic retry for jobs started manually.

    For example, you have configured a job for two VMs: VM1 and VM2. The job uses the forward incremental method.

    During the first job session, Veeam Backup & Replication successfully processed VM1 and created a full backup file for it. VM2 has failed to be processed during all 3 job retries. In this case, Veeam Backup & Replication will attempt to process the failed VM2 within the next job session. Data for VM2 will be written to the backup file created within this job session, which will be an incremental backup. As a result, at the end of the second backup job session you will have two files:

    • Full backup file containing a full restore point for VM1
    • Incremental backup file containing a full restore point for VM2 and an incremental restore point for VM1

    Automatic Job Retry