You can run backup operations from the command line interface.
Before You Begin
- You must create an input XML file.
Procedure
- 
From Command prompt, navigate to <software installation directory>\Base and run the following command: qlogin -cs commserve name -u user name
- 
Navigate to the location where the XML file is saved and execute the saved XML script using the qoperation execute command. qoperation execute -af backup.xml -appName 'Exchange Mailbox' -clientName xxxxx -backupsetName xxxxx -subclientName xxxxx -backupLevel FULL
- 
Verify the status of the job using the following command: qlist job -j jobID
- 
Once the job completes, log off from the CommServe using the qlogout command. qlogout [−cs commserve_host_name] [−all] [−tf tokenfile] [−tk token] [−h]
Examples
| Performing a Full Backup | qoperation execute -af backup.xml -appName 'Exchange Mailbox' -clientName client1 -backupsetName backupset1 -subclientName subclient1 -backupLevel FULL | 
|---|---|
| Performing an Incremental Backup | qoperation execute -af backup.xml -appName 'Exchange Mailbox' -clientName client1 -backupsetName backupset1 -subclientName subclient1 -backupLevel INCREMENTAL |