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

New-VBRSyntheticFullOptions

Short Description

Creates a synthetic full backup schedule for Veeam Agent backup jobs.

Applies to

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

Syntax

New-VBRSyntheticFullOptions [-Enable] [-Days <DayOfWeek[]> {Sunday | Monday | Tuesday | Wednesday | Thursday | Friday | Saturday}]  [<CommonParameters>]

Detailed Description

This cmdlet creates the VBRSyntheticFullOptions object that contains a synthetic full backup schedule for Veeam Agent backup jobs. With this cmdlet, you can schedule a job to create synthetic full backups periodically.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Enable

Indicates that the Veeam Agent backup job will create synthetic full backups.

False

Named

False

 

Days

Specifies the days of the week when the Veeam Agent backup job will create synthetic full backups.

Default: Saturday.

False

Named

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

Example

This command creates a synthetic full backup schedule. Per these settings, the Veeam Agent backup job will create synthetic full backups Fridays.

New-VBRSyntheticFullOptions -Enable -Days Friday