--- title: "Add-VBRHvBackupCopyJob (obsolete)" description: "This cmdlet creates a new Hyper-V backup copy job. You can use VMs, backups or backup jobs as a source for the backup copy job. Veeam will use this data to copy the backups of the needed VMs." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/add-vbrhvbackupcopyjob.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Obsolete Cmdlets > Add-VBRHvBackupCopyJob (obsolete)" dateModified: "2026-08-19" --- # Add-VBRHvBackupCopyJob ## Short Description Creates a Hyper-V backup copy job. ::: note This cmdlet is obsolete and only works for creating a simple mode backup copy job. It is recommended to create a new backup job using the [`Add-VBRBackupCopyJob`](add-vbrbackupcopyjob.md) cmdlet. ::: **Platform**: Hyper-V For VMware, run the [`Add-VBRViBackupCopyJob`](add-vbrvibackupcopyjob.md) cmdlet. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
WanAccelerator
DirectOperation
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Backup |
Specifies the array of backups. The cmdlet will add VMs from these backups to the backup copy job. Accepts the |
|
False |
Named |
True (ByPropertyName) |
|
BackupJob |
Specifies the array of backup jobs. The cmdlet will add VMs processed by these jobs to the backup copy job. Accepts the |
|
False |
Named |
True (ByPropertyName) |
|
Description |
Specifies the description of the backup copy job. |
|
False |
Named |
False |
|
DirectOperation |
Enables direct operation method sending the data directly to the target backup repository without performing data deduplication. Note that this parameter is required if the WAN acceleration is not used (the |
|
True |
Named |
False |
|
EnableImmediateCopy |
Defines that the cmdlet will enable the immediate copy mode. If you specify this parameter, Veeam Backup & Replication will copy new restore points and logs as soon as they appear. Otherwise, Veeam Backup & Replication will copy data from backups once per backup copy interval. |
|
False |
Named |
False |
|
Entity |
Specifies the array of VMs you want to add to the backup copy job. Note: You can create a job without source and link it to a backup job after. Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Force |
Defines that the cmdlet will create a job even if the geographic location of the VMs added to the job and the target backup repository location do not match. |
|
False |
Named |
False |
|
Name |
Specifies the name you want to assign to the backup copy job. |
|
False |
Named |
False |
|
Repository |
Specifies the backup repository to where you want to copy the VM data. Default: default backup repository. Accepts the |
|
False |
Named |
False |
|
SourceAccelerator |
Specifies the WAN accelerator on the source side. Note that this parameter is required if the Direct Operation is not used (the Accepts the |
True |
Named |
False |
|
|
SourceRepository |
Specifies an array of source backup repositories. Accepts the |
|
False |
Named |
True (ByPropertyName) |
|
TargetAccelerator |
Specifies the WAN accelerator on the target side. Note that this parameter is required if the WAN acceleration is used (the Accepts the |
False |
Named |
False |