Set-VBRCatalystCopyJob (obsolete)

Short Description

Modifies backup copy jobs for HPE StoreOnce repositories.

Note

This cmdlet is obsolete. Run the Set-VBRStorageCopyJobModifies storage backup copy jobs. cmdlet instead.

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

Detailed Description

This cmdlet modifies backup copy jobs that are created for HPE StoreOnce repositories.

Note

To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged.

Parameters

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

The cmdlet returns the VBRCatalystCopyJob object that contains settings of backup copy jobs for HPE StoreOnce repositories.

Examples

Set-VBRCatalystCopyJob (obsolete)Example 1. Modifying Backup Copy Job Schedule to Run at Specific Time

This example shows how to modify backup window settings for a backup copy job. The backup copy job will run from 20:00 to 22:59 every day from Monday to Friday.

$job = Get-VBRCatalystCopyJob -Name "Backup Copy StoreOnce 05"

$windowoptions = New-VBRBackupWindowOptions -FromDay Monday -ToDay Friday -FromHour 20 -ToHour 22 -Enabled

Set-VBRCatalystCopyJob -Job $job -BackupWindowOptions $windowoptions

Perform the following steps:

  1. Run the Get-VBRCatalystCopyJobReturns backup copy jobs for HPE StoreOnce repositories. This cmdlet is obsolete. Run the Get-VBRStorageCopyJob cmdlet instead. cmdlet. Specify the Name parameter value. Save the result to the $job variable.
  2. Run the New-VBRBackupWindowOptionsDefines backup window settings for a job. cmdlet. Specify the necessary parameters. Save the result to the $windowoptions variable.
  3. Run the Set-VBRCatalystCopyJob cmdlet. Set the $job variable as the Job parameter value. Set the $windowoptions variable as the BackupWindowOptions parameter value.

Set-VBRCatalystCopyJob (obsolete)Example 2. Modifying Backup Copy Job Schedule to Run Continuously

This example shows how to modify schedule settings for a backup copy job. The backup copy job will run continuously.

$job = Get-VBRCatalystCopyJob -Name "Backup Copy StoreOnce 05"

Set-VBRCatalystCopyJob -Job $job -BackupWindowOptions $windowoptions -AnyTime

Perform the following steps:

  1. Run the Get-VBRCatalystCopyJobReturns backup copy jobs for HPE StoreOnce repositories. This cmdlet is obsolete. Run the Get-VBRStorageCopyJob cmdlet instead. cmdlet. Specify the Name parameter value. Save the result to the $job variable.
  2. Run the Set-VBRCatalystCopyJob cmdlet. Set the $job variable as the Job parameter value. Set the $windowoptions variable as the BackupWindowOptions parameter value. Provide the AnyTime parameter.

Page updated 2026-08-19

Page content applies to build 13.1.1.18