This is an archive version of the document. To get the most up-to-date information, see the current version.

Add-VBRTapeVault

In this article

    Short Description

    Creates a tape vault.

    Applies to

    Platform: VMware, Hyper-V

    Product Edition: Enterprise, Enterprise Plus

    Syntax

    Add-VBRTapeVault -Name <String> [-Description <String>] [-Protect] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

    Related Commands

    None

    Return Type

    VBRTapeVault

    Detailed Description

    This cmdlet creates a new tape vault.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Name

    Specifies the name you want to assign to the vault.

    True

    Named

    False

    False

    Description

    Specifies the description of the vault.

    If not set, Veeam Backup & Replication will enter date and time of creation by default.

    False

    Named

    False

    False

    Protect

    Indicates that all tapes moved to this media vault automatically get lifelong overwrite protection.

    False

    Named

    False

    False

    <CommonParameters>

    This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

    Example

    This command creates a vault named "Sydney Remote Storage".

    PS C:\PS> Add-VBRTapeVault -Name "Sydney Remote Storage" -Description "Veeam backups offsite"