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

Sync-VBRBackupToTapeJob

Short Description

Starts an active full for a selected GFS backup to tape job.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

This cmdlet provides 4 parameter sets.

  • For creating active full for weekly media set:

Sync-VBRBackupToTapeJob -Job <VBRBackupToTapeJob> -Weekly [-Wait]  [<CommonParameters>]

  • For creating active full for yearly media set:

Sync-VBRBackupToTapeJob -Job <VBRBackupToTapeJob> -Yearly [-Wait]  [<CommonParameters>]

  • For creating active full for monthly media set:

Sync-VBRBackupToTapeJob -Job <VBRBackupToTapeJob> -Monthly [-Wait]  [<CommonParameters>]

  • For creating active full for quarterly media set:

Sync-VBRBackupToTapeJob -Job <VBRBackupToTapeJob> -Quarterly [-Wait]  [<CommonParameters>]

Detailed Description

This cmdlet starts an active full for a selected backup period of a GFS backup to tape job. The job must be targeted to a GFS media pool.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Job

Specifies the backup to tape job for which you want to create an active full.

True

Named

True (ByValue)

False

Weekly

The job will create a weekly full.

True

Named

False

False

Monthly

The job will create a monthly full.

True

Named

False

False

Quarterly

The job will create a quarterly full.

True

Named

False

False

Yearly

The job will create a yearly full.

True

Named

False

False

Wait

Indicates that the command waits for the process to complete before accepting more input.

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.

Related Commands

Get-VBRTapeJob