186 lines
		
	
	
		
			6.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			186 lines
		
	
	
		
			6.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?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.
 | 
						|
					Wildcards are supported. Format of each item: net[.{sta|*}].
 | 
						|
					</description>
 | 
						|
				</option>
 | 
						|
				<option flag="C" long-flag="config">
 | 
						|
					<description>
 | 
						|
					Dump the configuration (bindings).
 | 
						|
					</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.
 | 
						|
					</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="" long-flag="pick" argument="ID">
 | 
						|
					<description>
 | 
						|
					Pick public ID(s) to dump. Multiple IDs may be specified
 | 
						|
					as a comma-separated list.
 | 
						|
					</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>
 | 
						|
					Add picks associated to origins.
 | 
						|
					</description>
 | 
						|
				</option>
 | 
						|
				<option flag="A" long-flag="with-amplitudes">
 | 
						|
					<description>
 | 
						|
					Add amplitudes associated to magnitudes.
 | 
						|
					</description>
 | 
						|
				</option>
 | 
						|
				<option flag="M" long-flag="with-magnitudes">
 | 
						|
					<description>
 | 
						|
					Add station magnitudes associated to origins.
 | 
						|
					</description>
 | 
						|
				</option>
 | 
						|
				<option flag="F" long-flag="with-focal-mechanism">
 | 
						|
					<description>
 | 
						|
					Add focal mechanisms associated to 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>
 | 
						|
						Name of output file. If not given, output is sent to
 | 
						|
						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>
 |