Configuring the update task schedule

If you did not configure a database update schedule during application setup, you can schedule Anti-Virus database update tasks and Anti-Spam database update tasks manually.

To configure the update task startup schedule:

  1. To export update task settings to an XML file, use the command:

    # /opt/kaspersky/klms/bin/klms-control \

    --get-settings <update task ID> -f <file name> or

    --get-settings Updater -n -f <file name>

  2. Open the XML file to edit the task settings.
  3. In the <schedule> section, specify the desired settings.
  4. Save the changes made.
  5. To import settings from an XML file to an update task, use the command:

    # /opt/kaspersky/klms/bin/klms-control \

    --set-settings <update task ID> -f <file name> or

    --set-settings Updater -n -f <file name>

Page top