Sync-VBRComputerBackupCopyJob
Short Description
Synchronizes Veeam Agent backup copy jobs.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Sync-VBRComputerBackupCopyJob -Job <VBRComputerBackupCopyJob> [-FullBackup] [-ImmediateCopyLastRestorePoint] [<CommonParameters>] |
Detailed Description
This cmdlet synchronizes Veeam Agent backup copy jobs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
FullBackup |
Defines that the job will create an active full backup. |
|
False |
Named |
False |
|
ImmediateCopyLastRestorePoint |
Defines that the job will create restore points as soon as they appear in a source backup repository. |
|
False |
Named |
False |
|
Job |
Specifies the Veeam Agent backup copy job. The cmdlet will synchronize this job.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRComputerBackupCopyJob object that contains settings of synchronized Veeam Agent backup copy jobs.
Examples
Synchronizing Veeam Agent Backup Copy Job
This example shows how to synchronize the Windows Copy Job05 Veeam Agent backup copy jobs.
|
$job = Get-VBRComputerBackupCopyJob -Name "Windows Copy Job05" Sync-VBRComputerBackupCopyJob -Job $job |
Perform the following steps:
- Run the
Get-VBRComputerBackupCopyJobReturns Veeam Agent backup copy jobs. cmdlet. Specify theNameparameter value. Save the result to the$jobvariable. - Run the
Sync-VBRComputerBackupCopyJobcmdlet. Set the$jobvariable as theJobparameter value.
Related Commands
Get-VBRComputerBackupCopyJobReturns Veeam Agent backup copy jobs.