-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 The file to which log messages are written. The log file is a valuable resource for diagnosing problems. No repotools_export.log
overwrite Whether to allow the file specified by the toFile option to be overwritten. Legal values: yes, no, true and false. No no

Example

repotools -export toFile=export.tar

Feedback