New-VBRObjectStorageBackupServerPathMask

Short Description

Defines an exclusion mask for prefixes in object storage.

Note

This cmdlet is available starting from Veeam Backup & Replication 12.1 (build 12.1.0.2131).

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

New-VBRObjectStorageBackupServerPathMask -Path <String>  [<CommonParameters>]

Detailed Description

This cmdlet creates the VBRObjectStorageBackupServerPathMask object. This object defines an exclusion mask for prefixes in object storage.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Path

This object defines an exclusion mask for prefixes in object storage.

String

True

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

The cmdlet returns the VBRObjectStorageBackupServerPathMask object that defines an exclusion mask for prefixes in object storage.

Examples

Defining Exclusion Mask for Prefixes Within Object Storage

This command defines that prefixes that start with files/New Inc-Exc will be excluded from object storage backups.

$ExclusionMask = New-VBRObjectStorageBackupServerPathMask -Path "files/New Inc-Exc"

Page updated 4/8/2024

Page content applies to build 12.1.1.56