-copy

Repotools command that copies data from one database to another using a tar file.

Purpose

The copy command is used to copy data from one database to another, using 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 the file specified by the toFile option is overwritten. Legal values: yes, no, true and false. No No
noPrompt Do not prompt before creating the tables before 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