| Adaxes Help | Show AllHide All |
To back up or restore the configuration of an Adaxes service:
Make sure the Adaxes service is running.
Open the directory where the Adaxes Service is installed. (Be default, C:\Program Files\Softerra\Adaxes 3\Service.)
Launch Softerra.Adaxes.BackupRestore.exe.
To back up the configuration:
Select the Back up configuration radio button and click Next.
Specify the backup file name. To include the credentials used by the Adaxes service to the backup file, select the Back up credentials check box. Click Next.
Specify the account and password of the Default Service Administrator. Click Finish.
| The default service administrator is specified during the service installation. |
To restore the configuration:
Select the Restore configuration radio button and click Next.
Specify the file, from which you want to restore the configuration. Click Next.
Specify the account and password of the Default Service Administrator. Click Finish.
| The default service administrator is specified during the service installation. |
You can back up or restore the Adaxes service configuration via a command line.
To back up or restore the configuration of an Adaxes service via a command line:
Make sure the Adaxes service is running.
Click Start, click Run, type cmd, and click OK
Change the current directory to the one where the Adaxes Service is installed.
For example, type the following command and press Enter: cd C:\Program Files\Softerra\Adaxes 3\Service.
To back up the service configuration, type the following command at the command prompt and press Enter:
Softerra.Adaxes.BackupRestore.exe /b C:\AdaxesBackup.bak -l C:\AdaxesBackup.log -u <username> <password>
In this case the backup file (AdaxesBackup.bak) and the backup log file (AdaxesBackup.log) will be located in the root directory of the local disk C.
To restore the service configuration, at the command prompt, type the following command, and then press Enter:
Softerra.Adaxes.BackupRestore.exe /r C:\AdaxesBackup.bak -l C:\AdaxesBackup.log -u <username> <password>
In this case, the backup file (AdaxesBackup.bak), from which you restore the configuration, must be located in the root directory of the local disk C. The log file (AdaxesBackup.log) will be saved to the same location.
| For possible command line parameters of Softerra.Adaxes.BackupRestore.exe, see Backup/Restore Command Line Parameters. |
| The <username> and <password> are credentials of the default administrator of the service, configuration of which you want to back up or restore. |