-export

Repotools command used to export the contents of a database to a tar file.

Purpose

The export command exports the contents of a database, using the current system encoding, to a tar file.

Parameters

Attribute Description Required Default
toFile The name of the tar file to which to export data. Yes N/A
teamserver.properties The file system path to the teamserver.properties file. No teamserver.properties
logFile Path to the log file. No repotools_export.log
overwrite Whether the file specified by the toFile option should be overwritten. Legal values: yes, no, true and false. No no

Example

repotools -export toFile=export.tar

Feedback