I have a nas backup job, and i want to add a new share into this job, without modifying anything else into the job (parameters, shares,...)
I try this one:
Code: Select all
$job = Get-VBRNASBackupJob -name NASBKPJOB
$server = Get-VBRNASServer -Name \\my\share
New-VBRNASBackupJobObject -Server $server
$object = New-VBRNASBackupJobObject -Server $server
Set-VBRNASBackupJob -Job $job -BackupObject $object
How can i just add it and not replace?
With the console, it is just one click on the share into inventory/file shares