This is an archive version of the document. To get the most up-to-date information, see the current version.

Set-VBRViReplicaJob

In this article

    Short Description

    Modifies replication job.

    Applies to

    Platform: VMware

    Product Edition: Standard, Enterprise, Enterprise Plus

    Syntax

    Set-VBRViReplicaJob -Job <CBackupJob> [-Name <String>] [-Server <CHost>] [-Entity <IViItem[]>] [-Datastore <CViDatastoreItem>] [-ResourcePool <CViResourcePoolItem>] [-Folder <CViFolderItem>] [-Suffix <String>] [-BackupRepository <CBackupRepository>] [-Description <String>] [-EnableNetworkMapping] [-SourceNetwork <VBRViNetworkInfo[]>] [-TargetNetwork <VBRViNetworkInfo[]>] [-SourceProxy <CViProxy[]>] [-TargetProxy <CViProxy[]>] [-UseWANAccelerator] [-SourceWANAccelerator <CWanAccelerator>] [-TargetWANAccelerator <CWanAccelerator>] [-RestorePointsToKeep <Int32>] [-ReplicateFromBackup] [-SourceRepository <CBackupRepository[]>] [-EnableReIp] [-ReIpRule <VBRViReplicaReIpRule[]>] [-DiskType <EDiskCreationMode>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

    Related Commands

    Get-VBRJob

    Get-VBRServer

    Find-VBRViEntity

    Find-VBRViDatastore

    Find-VBRViResourcePool

    Find-VBRViFolder

    Get-VBRBackupRepository

    Get-VBRViProxy

    Get-VBRWANAccelerator

    Get-VBRViServerNetworkInfo

    New-VBRViReplicaReIpRule

    Detailed Description

    This cmdlet modifies an existing replication job. To modify settings, you need to enter the corresponding parameters with new values. The parameters that you omit will remain unchanged.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Job

    Specifies the replication job you want to modify.

    Accepts CBackupJob object.

    True

    Named

    True (by Value
    FromPipeline, ValueFromPipeline
    ByPropertyName)

    False

    Name

    Specifies the string with the name of the created replication job.

    False

    Named

    False

    False

    Server

    Specifies the host where the created replica should be stored.

    True

    Named

    False

    False

    Entity

    Specifies the VM(s) that you want to replicate.

    You can assign multiple VMs to this object.

    True

    Named

    True (ByValue,
    ByProperty
    Name)

    False

    Datastore

    Specifies the datastore to which you want to replicate.

    False

    Named

    False

    False

    Resource
    Pool

    Specifies the resource pool to which you want to replicate.

    False

    Named

    False

    False

    Folder

    Specifies the folder to which you want to replicate.

    False

    Named

    False

    False

    Suffix

    Specifies the suffix that will be appended to the name of the VM you are replicating. This name will be used to register the replicated VM on the target server.

    False

    Named

    False

    False

    Backup
    Repository

    Specifies the backup repository which will be used to store replica metadata files.

    False

    Named

    False

    False

    Description

    Specifies the description of the new job.

    If not set, Veeam Backup & Replication will enter date and time of creation by default.

    False

    Named

    False

    False

    Enable
    Network
    Mapping

    Indicates that the network mapping is used. Use the SourceNetwork and the TargetNetwork parameters to set the network mapping rules.

    False

    Named

    False

    False

    Source
    Network

    Used to set the source network for the EnableNetworkMapping parameter.

    Specifies the production network to which VMs added to the job are connected.

    Use the TargetNetwork parameter to set the target network.

    NOTE: the number of the source and the target networks must be the same.

    False

    Named

    False

    False

    Target
    Network

    Used to set the target network for the EnableNetworkMapping parameter.

    Specifies the network in the DR site to which VM replicas must be connected.

    Use the SourceNetwork parameter to set the source network.

    NOTE: the number of the source and the target networks must be the same.

    False

    Named

    False

    False

    Source
    Proxy

    Specifies the source proxy that will be used by the job.

    False

    Named

    False

    False

    Target
    Proxy

    Specifies the target proxy that will be used by the job.

    False

    Named

    False

    False

    UseWAN
    Accelerator

    Indicates that the data must be transferred via WAN accelerators.

    Use the SourceWANAccelerator and TargetWANAccelerator parameters to set the pair of WAN accelerators.

    False

    Named

    False

    Fals

    Source
    WAN
    Accelerator

    Specifies the WAN accelerator configured in the source site that will be used for data transfer.

    False

    Named

    False

    False

    Target
    WAN
    Accelerator

    Specifies the WAN accelerator configured in the target site that will be used for data transfer.

    False

    Named

    False

    False

    Restore
    Points
    ToKeep

    Specifies the number of restore points that will be kept.

    Permitted values: 1 to 28.

    False

    Named

    False

    False

    Replicate
    FromBackup

    Used for building replica from backup files.

    If set, the job will use the backups in repository to build the replica. Use the SourceRepository parameter to set the repository.

    False

    Named

    False

    False

    Source
    Repository

    Specifies the backup repository that will be used to read the VM data from the already existing backup chain.

    False

    Named

    False

    False

    EnableReIp

    Indicates that the re-IP rules must be used. Use the ReIpRule parameter to set the re-IP rules.

    False

    Named

    False

    False

    ReIpRule

    Specifies the re-IP rules.

    Accepts VBRViReplicaReIpRule object.

    False

    Named

    False

    False

    DiskType

    Specifies the disks that you want to replicate: Source, Thick, Thin.

    False

    Named

    False

    False

    <CommonParameters>

    This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.