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

Add-VBOBackupItem

Short Description

Adds a list of objects to a backup job.

Syntax

Add-VBOBackupItem -Job <VBOJob> -BackupItem <VBOBackupItem[]> [<CommonParameters>]

Detailed Description

This cmdlet adds a list of objects to a backup job. The job will process these objects.

Add-VBOBackupItem Note

Before you add an object to a backup job, consider the following restrictions:

  • Only one job can back up an entire organization.
  • Several jobs cannot back up the same object.
  • If you add an object that has already been added to the backup job again, a new object will replace the old object.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Job

Specifies a backup job. The cmdlet will add an array of objects to this job.

Accepts the VBOJob object.

To get this object, run the Get-VBOJob cmdlet.

True

Named

False

False

BackupItem

Specifies an array of objects. The cmdlet will add them to a list of included objects.

Accepts the VBOBackupItem[] object.

True

Named

false

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Examples

Add-VBOBackupItemExample 1. Adding User Backup Item to Backup Job

Related Commands