-copy

Repotools command that copies data from one database to another, via a TAR file.

Purpose

The copy command is used to copy data from one database to another, via a TAR file.

Parameters

Attribute Description Required Default
toFile Path to the TAR file. Yes N/A
target.teamserver.properties Path to the target teamserver.properties file. Yes N/A
source.teamserver.properties Path to the source teamserver.properties file. No teamserver.properties
logFile Path to the log file. No repotools_copy.log
overwrite Whether to allow the file specified by the toFile option to be overwritten. Legal values: yes, no, true and false. No No
noPrompt Do not prompt before creating the tables prior to importing. No N/A
noVerify Do not perform imported data verification. No N/A

Example

repotools -copy toFile=export.tar target.teamserver.properties=db.properties

Feedback

Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug