So I figure there should be valid backup sessions right? But I get no results
Code: Select all
PS C:\Users\a-cfrancy> Get-VBRBackupSession -name 'onsite backup-09.example.org'
PS C:\Users\a-cfrancy>
Code: Select all
PS C:\Users\a-cfrancy> (Get-VBRJob -Name 'onsite backup-09.example.org').findlastsession()
BottleneckManager : CJobBottleneckManager
Info : Veeam.Backup.Model.CBackupSessionInfo
Progress : Veeam.Backup.Model.CBackupProgressData
StartupMode : Normal
JobSourceType : HyperV
...
JobType : Backup
JobName : onsite backup-09.example.org
JobSpec :
JobTypeString : Other job type
Operation :
Description :
BaseProgress : 100
IsCompleted : True
IsWorking : False
IsStarting : False
IsPostprocessing : False
JobId : b4ba4a3c-5d7c-456f-9a29-a0a5f893e7aa
Result : Success
State : Stopped
EndTime : 4/23/2015 10:13:59 PM
CreationTime : 4/23/2015 10:00:04 PM
...
PS C:\Users\a-cfrancy>