myarmexport
Online section / Guides / User Guide / Tools / Command line / myarmexport
contact |
download |
sitemap
myarmexport -- export tool
The myarmexport command line tool is used to export any data from one data sink type to another.
Command line options
Usage:
myarmexport [options] export-url [appName][:tranName] [appName2][:tranName2]
- export-url
- URL like data sink specification where to export the data to. See appendix "Database URL notation".
- appName:tranName, appName2:tranName2
- If specified only export instances and/or definitions of ARM applications which matches this application and/or transaction name. For details about specifying application and/or transaction names read the section "Application and transaction names".
Options
In addition to the options listed below, the myarmexport command supports standard options described in appendix "Standard options" and the constraint options in appendix "Constraints options".
Entity selection options
With one or more of the following entity selection options entities are selected for exporting. If a name is omitted all instances of the appropriate entity are deleted. Otherwise only the instances with the name(s) provided are deleted.
- -a, --apps
- selects application instances to be exported.
- -t, --trans
- selects transactions instances to be exported.
- -u, --users
- selects users to be exported.
- -m, --metrics
- selects system addresses to be exported.
- -l, --logs
- selects log messages to be exported.
Other options
- --all
- selects all ARM data to be exported.
- -d, --defs
- selects only ARM definition data to be exported. Without this option definition and instance data is exported.
- -e name, --engine name (New since "1.3.x.0")
- selects the storage engine to use for the created database. Currently this is only supported for the MySQL database.
See Also
myarmoptions, myarmimport, myarmdefinition,
myarmquery, myarmconfig, myarmmisc