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

New-VBRRPONotificationOptions

Short Description

Creates RPO notification options.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

New-VBRRPONotificationOptions [-Value <int>] [-TimeUnit {Minutes | Hours | Days}]  [<CommonParameters>]

Detailed Description

This cmdlet creates RPO notification options. Veeam Backup & Replication will display a warning in the backup copy job if the newly created restore point is not copied within the desired recovery point objective.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Value

Specifies the number of minutes, hours or days when data must be copied from the source repository to the target repository.

Int32

False

Named

False

TimeUnit

Specifies a period of time when data must be copied from the source repository to the target repository. You can set one of the following periods of time:

  • Minutes
  • Hours
  • Days

 

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

The cmdlet returns the VBRRPONotificationOptions object that contains RPO notification options.

Examples

Creating RPO Notification Options

This command creates the RPO notification options. According to these options, Veeam Backup & Replication will display a warning in the backup copy job if the newly created restore point is not copied within 1 hour.

New-VBRRPONotificationOptions -Value 1 -TimeUnit Hours