If you do:
Code: Select all
$tapejob = Get-VBRTapeJob -Name Name_of_tapejob
You have the objects that are included in the readonly attribute
Code: Select all
$tapejob.Objects
Thanks.
Code: Select all
$tapejob = Get-VBRTapeJob -Name Name_of_tapejob
Code: Select all
$tapejob.Objects
Code: Select all
asnp VeeamPSSnapin
$TapeJob = Get-VBRTapeJob -Name "Name of your tape job"
$NewObject = Get-VBRJob -Name "Name of your backup job"
Set-VBRBackupToTapeJob -Job $TapeJob -Object $NewObject
Users browsing this forum: No registered users and 12 guests