Table of Contents

Scheduled Task

A scheduled task named "NovaBACKUPManagementServer" is created in the Windows Task Scheduler that's responsible for sending notifications and deleting old job logs as configured in the settings.

The task does not delete job logs which have unsent notifications.

The configuration file contains a setting for the database command timeout.

The file is located in the Web installation directory. For example, C:\Program Files (x86)\NovaStor\NovaBACKUP Central Management Console\ScheduledTask\ManagementServer.Service.ScheduledTask.Console.exe.config

Database Command Timeout

The default value is 0 which prevents the command from timing out. An empty value will instruct the application to use the default database provider's timeout value.

<appSettings>
  <add key="DatabaseCommandTimeout" value="0"/>
</appSettings>