System configuration backup/restore using the command line

An alternative to using the UI for an Activator system backup and restore is to use the command line tool: systemBackupRestore

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:

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]

Log files

The systemBackupRestore tool records information in two log files.

Related topics