Import-VBRJobObjectMasks
Short Description
Returns details on the masks for file backup jobs and object storage backup jobs.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Import-VBRJobObjectMasks -Path <String> -Job <CBackupJob> [<CommonParameters>] |
Detailed Description
This cmdlet returns details on inclusion and exclusion masks for file backup jobs and object storage backup jobs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Path |
Specifies a path to a folder where the masks are located. The cmdlet will export masks to this folder. |
String |
True |
Named |
True (ByPropertyName, ByValue) |
|
Job |
Specifies an array of file backups job and object storage backup job. The cmdlet will return details on the a scope of objects for these jobs. |
Accepts the CBackupJob object. To get this object, run the Get-VBRUnstructuredBackupJob cmdlet. |
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRImportedUnstructuredBackupMasks
Examples
Example 1. Getting Masks for Object Storage Backup Job
|
This example shows how to get details on inclusion and exclusion masks for the Azure object storage backup jobs.
Perform the following steps:
|
Example 2. Setting Masks for Object Storage Backup Jobs
|
This example shows how to set the inclusion and exclusion masks for the Azure object storage backup jobs.
Perform the following steps:
|
Related Commands