I am writing some scripts to summarize the results of the jobs run in the last 24 hours for Veeam 7 (I know, I should upgrade)
I have no problem with standard backup jobs, but tape jobs are giving me weird results.
Dates do not match the one shown in the graphical interface, LatestRun is two years in the past and EndDateTime is next week
When I look in the graphical interface I have:
Code: Select all
Job Name: File to Tape Job
Session type: FileTapebackup
Status: Success
Start Time: 6/21/2015 1:00 AM
End Time: 6/21/2015 10:17 AM
Code: Select all
OptionsScheduleAfterJob : Veeam.Backup.Model.CScheduleAfterJobOptions
StartDateTime : 11/2/2013 4:51:01 PM
EndDateTimeSpecified : False
EndDateTime : 6/26/2015 11:29:19 AM
RepeatSpecified : False
RepeatNumber : 1
RepeatTimeUnit : hour(s)
RepeatTimeUnitMs : 3600000
RetryTimes : 3
RetryTimeout : 10
RetrySpecified : True
WaitForBackupCompletion : True
BackupCompetitionWaitingPeriodMin : 180
OptionsDaily : Enabled: True, DayNumberInMonth: Everyday, Days: Monday, Tuesday, Wednesday, Thursd
ay, Friday, Saturday, Sunday
OptionsMonthly : Enabled: False, Time: 11/2/2013 10:00:00 PM, Day Number In Month: Fourth, Day Of We
ek: Saturday, Months: January, February, March, April, May, June, July, August, Sep
tember, October, November, December
OptionsPeriodically : Enabled: False, Period: 1 hour(s), ScheduleString: <scheduler>...</scheduler>, HourlyOffset: 0
OptionsContinuous : Enabled: False, ScheduleString: <scheduler>...</scheduler>
OptionsBackupWindow : Veeam.Backup.Model.CBackupWindowOptions
NextRun : 06/24/2015 20:00:00
LatestRun : [b]11/2/2013 4:46:01 PM[/b]
LatestRecheck : 1/1/0001 12:00:00 AM
My problem is the LatestRun value which is wrong.
Is this a known bug (but I have not seen it mentioned anywhere) or am I missing something?
Thanks in advance
Nadia