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

New-VBRRecoveryPointObjective

Short Description

Creates an interval for backup copy jobs that process backups stored on external repositories.

Applies to

Platform: VMware, Hyper-V

Product Edition: Community, Standard, Enterprise, Enterprise Plus

Syntax

New-VBRRecoveryPointObjective [-Value <int>] [-Unit <VBRRecoveryPointObjectiveUnit> {Minute | Hour | Day}] [-StartTime <timespan>]  [<CommonParameters>]

Detailed Description

This cmdlet creates the VBRRecoveryPointObjective object. This object contains settings for backup copy interval of backup copy jobs that process backups stored on external repositories. Veeam Backup & Replication will copy new restore points of these backups to the target backup repository according to these settings.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Value

Specifies the number of times the backup copy job will copy new restore points.

False

Named

False

 

Unit

Specifies the period of time for a backup copy job to run.

False

Named

False

 

StartTime

For the daily option.

Specifies the start time for a backup copy job to run.

False

Named

False

 

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

Return Type

Example

This command creates a backup copy interval. According to this interval the backup copy job will start at 22:00 PM and will run every three days.

New-VBRRecoveryPointObjective -Value 3 -Unit Day -StartTime 22:00