Search Results for

    Show / Hide 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>
    
    In This Article
    Back to top © 2022 NovaStor Corporation. All rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without notice. The information provided herein is provided for informational and planning purposes only. Send comments on this topic to support@novabackup.com.
    Download Help Documentation as a PDF.