An alternative to using the UI for asystemBackupRestore
You can use this tool to create backup files and to import these files to Activator environments.
This tool is located in <
install directory>\tools
.
Note | As part of the restore procedure, Activator restarts. |
For a complete list of tool options, open a command console and enter the command:
systemBackupRestore ?
Command options are:
backup
– Create an export/backup file.restore
– Import/restore a backup file.user
– The username to access Activator.pwd
– The password to access Activator.certpwd
– The export password, only used when importing private certificates.importmode
– (Optional) Options are REPLACE/IGNORE/UPDATE. Default = Replace) See Select the system import mode for details. backupfile
– The file name for the exported compressed file. Defaults to ExportSystem.zip
if not specified.Export example:
./systemBackupRestore -backup -user admin -pwd Secret1 -certpwd Secret1 [-backupfile backupFileName]
Import example:
./systemBackupRestore -restore -user admin -pwd Secret1 [-certpwd Secret1] [-importmode REPLACE] [-backupfile backupFileName]
The systemBackupRestore
tool records information in two log files.
<
install directory>\logs\ImportOutput.log
<
install directory>\logs\systemBackupRestore.log