Show TOC Start of Content Area

Background documentation replicate Locate the document in its SAP Library structure

Use

Replicates a workspace.

Syntax

Syntax

replicate [-resume|-r] [-maxSegmentSize|-s ...] [-tempDir|-d ...] [-keepExports|-k] sourceWorkspace targetSessionID targetWorkspace

Options

-resume|-r

This option is used to specify that a previous replication finished only partially and that we want to resume the replication.

-maxSegmentSize|-s

Specified the maximum segment size in case of a segment import.

-tempDir|-d

Temporary directory used for intermediate storage of exported version sets, if not set it will default to the user’s local temporary system.

-keepExports|-k

If set, exported version sets are not deleted from the temporary directory after replication is ready.

Arguments

sourceWorkspace

Workspace path (from the current session) to be replicated.

targetSessionID

SessionID of the target repository where the workspace will be replicated.

targetWorkspace

The target of the replication.

Description

Replicates a workspace.

Example

Replicates the workspace /ws/test/wsp to the workspace /ws/myTest/wsp/ in the DTR to which the session targetSession connects.

replicate /ws/test/wsp targetSession /ws/myTest/wsp

 

 

 

End of Content Area