Use this command to copy data from one database to another
using a tar file.
Purpose
The copy command
copies the data from a target repository to a source repository 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="C:\Program Files\IBM\JazzTeamServer\server\conf\jazz\teamserver.db2.properties"