--- title: "Add-VBRvCloudBackupCopyJob (obsolete)" description: "This cmdlet creates a new Cloud Director backup copy job. The Cloud Director backup copy job uses a cloud repository as the target. To add the VMs for the backup copy job, you can add VMs, backups or backup jobs." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/add-vbrvcloudbackupcopyjob.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Obsolete Cmdlets > Add-VBRvCloudBackupCopyJob (obsolete)" dateModified: "2026-08-19" --- # Add-VBRvCloudBackupCopyJob ## Short Description Creates a Cloud Director backup copy job. ::: important 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**: VMware **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 Cloud Director backup copy job. Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
BackupJob |
Specifies the array of backup jobs. The cmdlet will add VMs from these backup jobs to the Cloud Director backup copy job. Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Description |
Specifies the description of the backup copy job. |
|
False |
Named |
False |
|
DirectOperation |
Enables the direst operation method sending the data directly to the target backup repository without performing data deduplication. If you select the direct operation mode, 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 job. Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Force |
Defines that the cmdlet will create a new Cloud Director backup copy job without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
Name |
Specifies the name you want to assign to the backup copy job. |
|
False |
Named |
False |
|
Repository |
Specifies the target 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. If you select the mode using WAN accelerators, the -DirectOperation parameter should be omitted. 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. If you select the mode using WAN accelerators, the -DirectOperation parameter should be omitted. Accepts the |
False |
Named |
False |