Setting up Intelligent Queue 431
Setting up the automatic database backup
NOTE: Maintenance Service must be running to perform the automatic backups.
Intelligent Queue introduces automatic database backups in Version 5.2. Besides being able to configure the
interval of the backups, you can also configure the time of day at which the backup occurs, and the number of
files you want Intelligent Queue to keep. The automatic backup is performed by the Maintenance Service.
The automatic backup files are kept in the Intelligent Queue installation directory, under Data\Automatic
Backups\ directory. Unless the user changes the default installation folder, the application installs in the
directory C:\Program Files\Mitel\6160. The files are named Autobackup_<day of week>, <date>.xml., for
example, Autobackup_Sunday, December 24, 2006.xml.
The GlobalSettings.xml file controls when and if the automatic backup occurs. In the GlobalSettings.xml file,
you will see the following <AUTOBACKUP> section.
<AUTOBACKUP>
<ENABLED>true</ENABLED>
<INTERVAL>2</INTERVAL>
<TIMEOFDAY>3:00</TIMEOFDAY>
<MAX_BACKUP>50</MAX_BACKUP>
</AUTOBACKUP>

Enabling the automatic backup

To enable the automatic backup
1. In the Intelligent Queue installation directory, under \XML\Config\, locate the GlobalSettings.xml file.
2. Between the ENABLED tags, type true.

Disabling the automatic backup

To disable the automatic backup
1. In the Intelligent Queue installation directory, under \XML\Config\, locate the GlobalSettings.xml file.
2. Between the ENABLED tags, type false.

Assigning the interval of the automatic backups

You can configure the interval of the backups. We recommend the default interval of every two days, but you
can configure Intelligent Queue to perform backups more often or less often.
• Select 1
Intelligent Queue will back up the database once every day.
• Select 2
Intelligent Queue will back up the database once every two days.
• Select 3
Intelligent Queue will back up the database once every three days, etc.
To assign the interval of the automatic backups
1. In the Intelligent Queue installation directory, under \XML\Config\, locate the GlobalSettings.xml file.
2. Between the INTERVAL tags, type a number.
The number represents the number of days between automatic backups.