In the folders and templates view we have:
Code: Select all
Development
|-- AD
|-- SQL
|-- ISA
|-- MOSS
Approval
|-- AD
|-- SQL
|-- ISA
|-- MOSS
Production
|-- AD
|-- SQL
|-- ISA
|-- MOSS
I can manually create the jobs to backup the Production AD servers to one set by browsing the folder structure when creating the job, but haven't found a way to script this yet.
The command I'm using is:
Code: Select all
Add-VBRBackupJob "Per-IDM-IB3 Set 1" VDDK "san;nbd" "My Computer" "\\172.28.3.15\z$\Veeam 4" "IntegrationAD" "AD"
Code: Select all
Add-VBRBackupJob : A parameter cannot be found that matches parameter name 'AD'.
At line:1 char:17
+ Add-VBRBackupJob <<<< "Per-IDM-IB3 Set 1" VDDK "san;nbd" "My Computer" "\\172.28.3.15\z$\Veeam 4" "IntegrationAD" "AD"
Is it possible to use folder containers when creating a backup job with a script?
Thanks,
Alan