we're using Veeam PowerShell SnapIn for monitoring single Backup- and BackupCopyJobs in multiple customer-environments.
In V10 there is the new CopyJob mode "Immediate Copy". But there's no full PowerShell Support for this job-type by now.
Is there any workaround? When will there be an full implementation of this copymode? To use this feature we really depend on being able to monitor the results.
We already opened a ticket (case #04185968) but there seems to be no real workaround or ETA?
Code: Select all
$objVeeamBackupCopySimplemodejob = [Veeam.Backup.Core.CBackupJob]::GetAll() | ? {$_.Name -match 'VMware-BackupCopyImmediate'}
$objVeeamBackupCopySimplemodesession = [Veeam.Backup.Core.CBackupSession]::GetByJob($objVeeamBackupCopySimplemodejob.id)
$objVeeamBackupCopySimplemodesession.SessionInfo.Progress
TotalObjects : 0
ProcessedObjects : 0
ProcessedSize : 0
ProcessedUsedSize : 0
ReadSize : 0
ReadedAverageSize : 0
TransferedSize : 0
ProcessedDelta : 0
ProcessedUsedDelta : 0
ReadDelta : 0
ReadedAverageDelta : 0
TransferedDelta : 0
StartTimeLocal : 19.05.2020 12:05:14
StopTimeLocal : 01.01.1900 00:00:00
StartTimeUtc : 19.05.2020 10:05:14
StopTimeUtc : 01.01.1900 00:00:00
Percents : 0
AvgSpeed : 0
BottleneckInfo : Veeam.Backup.Model.CBottleneckInfo
TotalSize : 0
TotalUsedSize : 0
UsedSpaceRation : 1
TotalSizeDelta : 0
TotalUsedSizeDelta : 0
Duration : 35.22:29:04.8481271
Updates : Veeam.Backup.Model.CBackupProgressUpdates
IsNeedSubstractReadDelay : False