In order to make 2 identical sets of back up tape for redundancy purpose I have 2 backup to tape jobs where each job is associated to 1 media pool, let's say TapeAjob uses tape in media set TapeSetA and TapeBjob uses tape in TapeSetB pool.
These backup to tape jobs have been scheduled to run "As new backup files appear". These jobs are the secondary job of a Forward Incremental Backup Job so when a vbk or vib appear in repo then both tape jobs start to run.
The Forward Incremental backup job is run at every day 20:00. It usually ends just in couple minutes since most of the time the job produces vib.
Problems here, I am receiving Veeam One alert everyday as title. When I read the report of both forward increment and the tape jobs, the report detail is shown below:
Code: Select all
Forward Incremental Job:
Start time: 08:00:05PM
End time: 08:02:23PM
Duration: 0:02:17
Backup size: 146.3MB
(skipped other non-related detail)
Code: Select all
TapeAJob and TapeBJob (Pretty much the same status):
Start time: [b]08:06:54PM[/b]
End time: [b]8:06:11 PM (+1)[/b] <--- faster then start time? What is that +1?
Duration: [b]23:59:17[/b] <--- and then 24 hours?
Total size: 146.3MB
Data read: 146.3MB
Transferred: 146.3MB
Veeam One Job duration threshold is set to 180mins and 480mins, pretty much default settings.
Code: Select all
Alarm:Max allowed job duration
Time:9/17/2015 8:03:11 PM
Details:
Job "TapeA" duration has exceeded the configured backup window (480 min).
Job "TapeB" duration has exceeded the configured backup window (480 min).
Job "TapeA" duration has exceeded the configured backup window (180 min).
Job "TapeB" duration has exceeded the configured backup window (180 min).
Thanks