New-VBOCopyJobSchedulePolicy

Short Description

Creates a backup copy job schedule.

Syntax

This cmdlet provides parameter sets that allow you to:

  • Run a backup copy job immediately.

New-VBOCopyJobSchedulePolicy [-Type <VBOCopyJobFrequencyType>] [-BackupWindowSettings <VBOBackupWindowSettings>] [<CommonParameters>]

  • Create periodical job schedule.

New-VBOCopyJobSchedulePolicy [-Type <VBOCopyJobFrequencyType>] [-PeriodicallyEvery <VBOPeriodicInterval>] [-BackupWindowSettings <VBOBackupWindowSettings>] [<CommonParameters>]

  • Create daily job schedule.

New-VBOCopyJobSchedulePolicy [-Type <VBOCopyJobFrequencyType>] [-DailyTime <TimeSpan>] [-DailyType <VBODailyType>] [-BackupWindowSettings <VBOBackupWindowSettings>] [<CommonParameters>]

Detailed Description

This cmdlet creates a backup copy job schedule.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Type

Specifies a type of the backup copy job schedule:

  • Immediate: runs the backup copy job right after the latest restore point appears in the source backup repository.

During the first run of the backup copy job, Veeam Backup for Microsoft 365 copies the latest restore point created by the source backup job (backup job for which you create a backup copy job). During next runs — each subsequent restore point.

  • Daily: runs the backup copy job on specific days at the specified hours.
  • Periodically: runs the backup copy job repeatedly throughout a day with a specific time interval.

VBOCopyJobFrequencyType

False

Named

False

BackupWindowSettings

Specifies the backup window within which the backup copy job must be completed.

Accepts the VBOBackupWindowSettings object.

To create this object, run the New-VBOBackupWindowSettings cmdlet.

False

Named

False

PeriodicallyEvery

Specifies the time interval between the job runs:

  • Minutes5
  • Minutes10
  • Minutes15
  • Minutes30
  • Hours1
  • Hours2
  • Hours4
  • Hours8
  • Hours12

Default: Minutes5

VBOPeriodicInterval

False

Named

False

DailyTime

Specifies the time to start the backup copy job.

Default: 15:00:00

TimeSpan

False

Named

False

DailyType

Specifies the days when the backup copy job will run:

  • Everyday
  • Weekends
  • Workdays
  • Monday
  • Tuesday
  • Wednesday
  • Thursday
  • Friday
  • Saturday
  • Sunday

Default: Everyday

VBODailyType

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 VBOCopyJobSchedulePolicy object that contains the backup copy job schedule settings.

Examples

New-VBOCopyJobSchedulePolicyExample 1. Creating Daily Schedule for Backup Copy Job

New-VBOCopyJobSchedulePolicyExample 2. Creating Periodical Schedule for Backup Copy Job

Related Commands

Page updated 5/27/2024

Page content applies to build 8.1.1.159