You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
179 lines
5.8 KiB
XML
179 lines
5.8 KiB
XML
2 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<seiscomp>
|
||
|
<module name="scxmldump" category="Utilities">
|
||
|
<description>
|
||
|
Dump database objects to XML files.
|
||
|
</description>
|
||
|
<command-line>
|
||
|
<synopsis>
|
||
|
scxmldump [options]
|
||
|
</synopsis>
|
||
|
<group name="Generic">
|
||
|
<optionReference>generic#help</optionReference>
|
||
|
<optionReference>generic#version</optionReference>
|
||
|
<optionReference>generic#config-file</optionReference>
|
||
|
<optionReference>generic#plugins</optionReference>
|
||
|
<optionReference>generic#daemon</optionReference>
|
||
|
<optionReference>generic#auto-shutdown</optionReference>
|
||
|
<optionReference>generic#shutdown-master-module</optionReference>
|
||
|
<optionReference>generic#shutdown-master-username</optionReference>
|
||
|
</group>
|
||
|
|
||
|
<group name="Verbosity">
|
||
|
<optionReference>verbosity#verbosity</optionReference>
|
||
|
<optionReference>verbosity#v</optionReference>
|
||
|
<optionReference>verbosity#quiet</optionReference>
|
||
|
<optionReference>verbosity#component</optionReference>
|
||
|
<optionReference>verbosity#syslog</optionReference>
|
||
|
<optionReference>verbosity#lockfile</optionReference>
|
||
|
<optionReference>verbosity#console</optionReference>
|
||
|
<optionReference>verbosity#debug</optionReference>
|
||
|
<optionReference>verbosity#log-file</optionReference>
|
||
|
</group>
|
||
|
|
||
|
<group name="Messaging">
|
||
|
<optionReference>messaging#user</optionReference>
|
||
|
<optionReference>messaging#host</optionReference>
|
||
|
<optionReference>messaging#timeout</optionReference>
|
||
|
<optionReference>messaging#primary-group</optionReference>
|
||
|
<optionReference>messaging#subscribe-group</optionReference>
|
||
|
<optionReference>messaging#content-type</optionReference>
|
||
|
<optionReference>messaging#start-stop-msg</optionReference>
|
||
|
</group>
|
||
|
|
||
|
<group name="Database">
|
||
|
<optionReference>database#db-driver-list</optionReference>
|
||
|
<optionReference>database#database</optionReference>
|
||
|
<optionReference>database#config-module</optionReference>
|
||
|
<optionReference>database#inventory-db</optionReference>
|
||
|
<optionReference>database#config-db</optionReference>
|
||
|
</group>
|
||
|
|
||
|
<group name="Dump">
|
||
|
<option long-flag="listen">
|
||
|
<description>
|
||
|
Enable server mode which listens to the message server for
|
||
|
incoming events and dumps each received add/update.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option flag="I" long-flag="inventory">
|
||
|
<description>
|
||
|
Dump the inventory.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option long-flag="without-station-groups">
|
||
|
<description>
|
||
|
Remove all station groups from inventory.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option long-flag="stations" argument="sta-list">
|
||
|
<description>
|
||
|
If inventory is exported filter the stations to export where
|
||
|
each item is in format net[.{sta|*}].
|
||
|
</description>
|
||
|
</option>
|
||
|
<option flag="C" long-flag="config">
|
||
|
<description>
|
||
|
Dump the configuration database.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option flag="J" long-flag="journal">
|
||
|
<description>
|
||
|
Dump the journal. In combination with -E only corresponding
|
||
|
journal entries are included.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option flag="R" long-flag="routing">
|
||
|
<description>
|
||
|
Dump the routing database.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option flag="Y" long-flag="availability">
|
||
|
<description>
|
||
|
Dump data availability information.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option long-flag="with-segments">
|
||
|
<description>
|
||
|
Dump individual data segments.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option flag="O" long-flag="origin" argument="ID">
|
||
|
<description>
|
||
|
Origin public ID(s) to dump. Multiple origins may be specified
|
||
|
as a comma-separated list.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option flag="E" long-flag="event" argument="ID">
|
||
|
<description>
|
||
|
Event public ID(s) to dump. Multiple events may be specified
|
||
|
as a comma-separated list.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option flag="P" long-flag="with-picks">
|
||
|
<description>
|
||
|
Dump associated picks along with origins.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option flag="A" long-flag="with-amplitudes">
|
||
|
<description>
|
||
|
Dump associated amplitudes along with magnitudes.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option flag="M" long-flag="with-magnitudes">
|
||
|
<description>
|
||
|
Dump station magnitudes.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option flag="F" long-flag="with-focal-mechanism">
|
||
|
<description>
|
||
|
Dump focal mechanisms of events.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option flag="a" long-flag="ignore-arrivals">
|
||
|
<description>
|
||
|
Do not dump arrivals part of origins.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option long-flag="ignore-magnitudes">
|
||
|
<description>
|
||
|
Do not export (network) magnitudes of origins. This
|
||
|
option is most useful in combination with -O to only
|
||
|
export the location information.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option flag="p" long-flag="preferred-only">
|
||
|
<description>
|
||
|
When exporting events only the preferred origin, the preferred
|
||
|
magnitude and the preferred focal mechanism will be dumped.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option flag="m" long-flag="all-magnitudes">
|
||
|
<description>
|
||
|
If only the preferred origin is exported, all magnitudes for
|
||
|
this origin will be dumped.
|
||
|
</description>
|
||
|
</option>
|
||
|
</group>
|
||
|
<group name="Output">
|
||
|
<option flag="f" long-flag="formatted">
|
||
|
<description>
|
||
|
Use formatted XML output. Otherwise all XML is printed
|
||
|
on one line.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option flag="o" long-flag="output">
|
||
|
<description>
|
||
|
The output file. Default is stdout.
|
||
|
</description>
|
||
|
</option>
|
||
|
<option long-flag="prepend-datasize">
|
||
|
<description>
|
||
|
Prepend a line with the length of the XML data.
|
||
|
</description>
|
||
|
</option>
|
||
|
</group>
|
||
|
</command-line>
|
||
|
</module>
|
||
|
</seiscomp>
|