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

New-VBRFullBackupToTapePolicy

Short Description

Creates a new VBRFullBackupToTapePolicy object.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

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

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).

Accepts VBRMonthlyOptions type.

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 on common parameters, see the About CommonParameters section of Microsoft Docs.

Return Type

VBRFullBackupToTapePolicy

Related Commands

New-VBRMonthlyOptions