The backupConfig script

 

The backupConfig script backs up the configuration of your node to a ZIP file. By default, all servers on the node stop before the backup is made so that partially syncronized information is not saved.

The backupConfig script only backs up information for a single instance of WebSphere Application Server. For a more complete backup configuration, it is recommended that you follow the procedures described in Save and restore considerations for WebSphere Application Server.

The backupConfig script is available in WebSphere Application Server and WebSphere Application Server Network Deployment.

To run this script, your user profile must have *ALLOBJ authority. backupConfig is located in:

/qibm/ProdData/WebAS5/base/bin

The syntax of the backupConfig scriptis:

backupConfig [ backup_file ] 
             [ -instance instance ]
             [ -nostop ] 
             [ -quiet ] 
             [ -logfile filename ]
             [ -replacelog ] 
             [ -trace ] 
             [ -username username ]
             [ -password password ] 
             [ -help | -? ]

The parameters of the backupConfig script are:

 

Examples

To back up the configuration for the default instance.

backupConfig /QIBM/UserData/WebAS5/Base/default/myConfig.zip

To back up the configuration for the devinst instance.

backupConfig /QIBM/UserData/WebAS5/Base/devinst/devConfig.zip -instance devinst