Creating a task

You can create tasks with default settings or with settings specified in a configuration file.

Tasks of OAS, Firewall, OAFIM, License, Backup, and AntiCryptor types cannot be created.

To create a task with default settings, execute the following command:

kesl-control [-T] --create-task <task name> --type <task type>

Here:

A task of the specified type is created with default settings.

To create a task with settings specified in a configuration file, execute the following command:

kesl-control [-T] --create-task <task name> --type <task type> --file <full path to the configuration file>

Here:

A task of the specified type is created with settings specified in a configuration file.

Page top