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

New-VBRFullBackupToTapePolicy

In this article

    Short Description

    Creates a new VBRFullBackupToTapePolicy object.

    Applies to

    Platform: VMware, Hyper-V

    Product Edition: Enterprise, Enterprise Plus

    Syntax

    New-VBRFullBackupToTapePolicy [-Type <VBRFullBackupToTapePolicyType>] [-MonthlyOptions <VBRMonthlyOptions>] [-WeeklyOnDays <DayOfWeek[]>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

    Related Commands

    New-VBRMonthlyOptions

    Return Type

    VBRFullBackupToTapePolicy

    Detailed Description

    This cmdlet creates the VBRFullBackupToTapePolicy object. This object contains schedule settings for creating virtual synthesized full backup for tape and is used further to apply these settings to an existing backup to tape job.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Type

    Specifies the virtual synthesized full backup creation type:

    • Monthly: the virtual synthesized full backup is created on selected months. Use the MonthlyOptions parameter to set the months.
    • WeeklyOnDays: the virtual synthesized full backup is created on selected days of week. Use the WeeklyOnDays parameter to set the days.

    Default: WeeklyOnDays.

    False

    Named

    False

    False

    Monthly
    Options

    Used to set months for the Type parameter (Monthly option).

    Default:

    • Period: 22:00
    • DayNumberInMonth: Fourth
    • DayOfWeek: Saturday
    • Months: January, February, March, April, May, June, July, August, September, October, November, December.

    False

    Named

    False

    False

    Weekly
    OnDays

    Used to set days of week for the Type parameter (WeeklyOnDays option).

    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.