Command Line Interface - Backup - OnePass for Exchange Mailbox (Classic)

You can run backup operations from the command line interface.

Before You Begin

Procedure

  1. From Command prompt, navigate to <software installation directory>\Base and run the following command:

    qlogin -cs commserve name -u user name
  2. 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
  3. Verify the status of the job using the following command:

    qlist job -j jobID
  4. 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

×

Loading...