Build precise queries to find exactly what you need
Press ESC to close
@narfight
Favorites0
Views
Projects0
cmd: /usr/bin/tftp -v 192.168.100.13 69 -c get DO_NOT_REMOVE_TEST_CENTREON.txt sent request for file 'DO_NOT_REMOVE_TEST_CENTREON.txt' tftp: Error code 1: File not found OK: fetched empty file from tftp server '192.168.100.13:69', not a great test, recommend to use a file with content instead
Reviewed 8 years ago
to be compatible with the jobs "backup copy" Add this after "$status = $job.GetLastResult()" : if ($status -eq "None") { $status = (Get-VBRBackupSession -Name $job.name | sort -Descending)[1].Result } (Source : https://forums.veeam.com/powershell-f26/result-value-from-backup-copy-jobs-is-always-none-t20512.html#p186505)