How to skip a schedule when there is a conflict
I made a custom schedule to backup a number of servers, lets say 40.
I want to split the full backups to the 4 fridays of the month, 10 servers per week.
for example the first batch of 10 servers:
full backup on first friday of the month.
incremental: every monday-Thursday
differential: 2nd,3rd, 4th, last friday of the month
...
the 4th batch:
full backup on 4th friday of the month.
incremental: every monday-Thursday
differential: 1st, 2nd,3rd, last friday of the month
In this case if a month has 5 fridays then the schedule is ok. However if the month has only 4 fridays then full and differential backup will be executed the same day. (full due to the 4th friday and differential due to the last friday)
Is there a way to skip the differential if a full is going to be executed the same day?
Note1: I tried to do it using a condition e.g to do the differential if some hours passed from the last backup but it seems that the acronis count the hours for the same schedule e.g 2 hours passed the last differential backup and even in this case the schedule is not missed but it's just delayed.
Note2: The reason I want this schedule is because the backups are replicated using a slow WAN line and I have to do split the full backups. I have to also do this on friday when we have 2,5 half days to be transferred to remote site.
Note3: I need the differential backups due to the large retension we have (62 days). If I had only incremental backups then the incremental chain will get to big and in case of a corrupted incremental backup we will not be able to fully recover.

- Se connecter pour poster des commentaires

Hi Igor,
Maybe the solution would be to replace the last option with "5th if exists".
I already did what you suggest to schedule the differential some minutes after the full. The differential is put in queue and is executed when the full is finished.
- Se connecter pour poster des commentaires