Argument | Description |
backupFile | The fully qualified name of the file in which to store the backup data. The utility automatically adds the .zip extension if you do not include it in the file name. The directory you specify must already exist. If the file already exists, you must use the -o switch to overwrite it. Otherwise, the backup will be cancelled. |
-h hostname:port | The hostname and base port of the server you want to back up. The default is localhost:6849. Use this option to specify other Broker Servers on the local machine. Note: You cannot back up Broker Servers that reside on other hosts. This utility operates only on the local machine. |
-k keystore -p password -t truststore -bu basic-auth-user -bp basic-auth-password | The authentication parameters needed to access the Broker Server if it is secured with an ACL. keystore. The name of the file containing the user SSL certificate. password.The password for the keystore file. truststore. The name of the file containing the trusted root of the user SSL certificate. basic-auth-user. The user name for basic authentication. basic-auth-password. The password for the basic authentication user. |
-e | Turns on encryption to the Broker Server. |
-o | If backupFile already exists, you must use this switch to overwrite it. |
-v | Verbose mode. Prints out information about the progress and completion of the backup. |