export_saved_config

Exports a saved target configuration.

Format

emcli export_saved_config
      -name="saved config name" 
      [-output_file="ExportConfig.zip"]
      
[ ] indicates that the options is not mandatory.

Options

  • name

    The name of the saved configuration to delete.

  • output_file

    Output zip file with an absolute path. This is an optional parameter.

Examples

The following command exports the saved configuration with the name "blr2201989.idc.oracle.com|host|20141210130723" to the file "ExportConfig.zip": :

emcli export_saved_config 
      -name="blr2201989.idc.oracle.com|host|20141210130723" 
      -output_file="ExportConfig.zip"