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

Set-VBRComputerGFSOptions

Short Description

Modifies settings of GFS retention for Veeam Agent backup jobs.

Applies to

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

Syntax

Set-VBRComputerGFSOptions -GFSOptions <VBRComputerGFSOptions> [-GFSWeeklyOptions <VBRComputerGFSWeeklyOptions>][-GFSMonthlyOptions <VBRComputerGFSMonthlyOptions>] [-GFSYearlyOptions <VBRComputerGFSYearlyOptions>][-EnableGFSWeeklyBackup] [-EnableGFSMonthlyBackup] [-EnableGFSYearlyBackup]  [<CommonParameters>]

Detailed Description

This cmdlet modifies settings of GFS retention for Veeam Agent backup jobs. To modify settings, you need to specify new values for the necessary parameters. The parameters that you omit will remain unchanged.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

GFSOptions

Specifies GFS retention. The cmdlet will modify this policy.

VBRComputerGFSOptions

True

Named

True

GFSWeeklyOptions

Specifies settings of a weekly GFS retention policy. The cmdlet will define GFS retention with these settings.

Accepts the VBRComputerGFSWeeklyOptions object. To create this object, run the New-VBRComputerGFSWeeklyOptions cmdlet.

False

Named

False

GFSMonthlyOptions

Specifies settings of a monthly GFS retention policy. The cmdlet will define GFS retention with these settings.

Accepts the VBRComputerGFSMonthlyOptions object. To create this object, run the New-VBRComputerGFSMonthlyOptions cmdlet.

False

Named

False

GFSYearlyOptions

Specifies settings of a yearly GFS retention policy. The cmdlet will define GFS retention with these settings.

Accepts the VBRComputerGFSYearlyOptions object. To create this object, run the New-VBRComputerGFSYearlyOptions cmdlet.

False

Named

False

EnableGFSWeeklyBackup

Defines that the cmdlet will enable a weekly GFS retention policy. If you do not provide this parameter, the cmdlet will not change the settings of weekly GFS retention policy.

SwitchParameter

False

Named

False

EnableGFSMonthlyBackup

Defines that the cmdlet will enable a monthly GFS retention policy. If you do not provide this parameter, the cmdlet will not change the settings of a monthly GFS retention policy.

SwitchParameter

False

Named

False

EnableGFSYearlyBackup

Defines that the cmdlet will enable a yearly GFS retention policy. If you do not provide this parameter, the cmdlet will not change the settings of a yearly GFS retention policy.

SwitchParameter

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.

Output Object

This cmdlet returns the VBRComputerGFSOptions object that contains settings of GFS retention for Veeam Agent backup jobs.

Examples

Set-VBRComputerGFSOptionsExample 1. Enabling Monthly GFS Retention Policy

Set-VBRComputerGFSOptionsExample 2. Enabling Yearly GFS Retention Policy

Related Commands