--- title: "Add-VBREPBackupCopyJob (obsolete)" description: "This cmdlet creates backup copy jobs for Veeam Agent operating in a standalone mode. Note that the backup copy job is created in a disabled state. Run the Enable-VBRJob cmdlet to start the job running on the defined schedule." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/add-vbrepbackupcopyjob.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Obsolete Cmdlets > Add-VBREPBackupCopyJob (obsolete)" dateModified: "2026-08-19" --- # Add-VBREpBackupCopyJob ## Short Description ::: 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. ::: Creates backup copy jobs for Veeam Agent operating in a standalone mode. ## Syntax This cmdlet provides the following parameter sets:
DirectOperation
WanAccelerator
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Backup |
Specifies the array of backups you want to copy. Accepts the |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
BackupJob |
Specifies the backup job. The cmdlet will add this job to a backup copy job. Accepts the |
False |
Named |
True (ByPropertyName) |
|
|
Description |
Specifies the description of the backup copy job. |
|
False |
Named |
False |
|
DirectOperation |
Used for the direct data transfer. Enables direct data transfer 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 |
|
Force |
Defines that the cmdlet will create backup copy jobs without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
Name |
Specifies the name you want to assign to the backup copy job. You can input string up to 255 symbols. If not set, Veeam Backup & Replication will assign a default backup copy job name. |
|
False |
Named |
False |
|
OSPlatform |
Specifies the OS of the computers where Veeam Agent will operate:
|
|
True |
Named |
False |
|
Repository |
Specifies the backup repository to where you want to copy data. Default: default backup repository. Accepts |
|
False |
Named |
False |
|
SourceAccelerator |
Used for the data transfer using WAN accelerators. 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 |
Used for the data transfer using WAN accelerators. 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 |