Backing up Administration Server data on a Windows device

Expand all | Collapse all

You can backup Administration Server Windows data using the klbackup utility, which runs in two modes:

Backing up Administration Server Windows data in interactive mode

To create a backup copy of Administration Server Windows data in interactive mode:

  1. On a Windows device, run the klbackup utility located in the Kaspersky Security Center installation folder (by default, C:\Program Files (x86)\Kaspersky Lab\Kaspersky Security Center\klbackup.exe).
  2. In the first window of the wizard, select Perform backup of Administration Server data.

    Click Next.

  3. In the next window of the wizard:
    1. Specify the Backup destination folder.
    2. Enable the Migrate database option.
    3. Select one of the following options:
      1. Migrate to MySQL/MariaDB format
      2. Migrate to Postgres format
    4. Enable the Include current date and time in the name of the backup destination folder option.
    5. Set a password to protect sensitive data.

      Click Next to start the backup process.

A backup copy of the Administration Server data is created.

An error may occur when restoring Administration Server data from a backup copy created using the klbackup utility in interactive mode. If you create a backup copy using the klbackup utility with the 15.1.0.20748-pf2 patch installed and the Migrate database option disabled, an error occurs when restoring this copy (for all DBMSes, except MySQL and MariaDB). If you want to create a backup copy with the 15.1.0.20748-pf2 patch installed without migrating to another DBMS, run the klbackup utility from the command line.

Backing up Administration Server Windows data in silent mode

To create a backup copy of Administration Server Windows data in silent mode, run the klbackup utility with the required set of keys from the command line of the device that has Administration Server installed.

Example:

cd 'C:\Program Files (x86)\Kaspersky Lab\Kaspersky Security Center\'
klbackup.exe -migrate postgres -path BACKUP_PATH -use_ts -password PASSWORD

If no password is specified in the command line of klbackup, the utility prompts you to enter the password interactively.

Descriptions of the keys:

To view a full list of the utility keys, refer to the Kaspersky Security Center Help.

Page top