-- Draft Version --
|
By clicking this button the function to view the directory of all SQL Dump Files will be activated. This overview shows all contained SQL Dump Files and is divided in categories. Additional it's possible to manage the SQL Dump Files on a remote FTP server. |
|
By clicking this button the function for the administration of the scheduled jobs will be activated. With this function it's possible to create, edit or delete schedule backup jobs. Further information is available in this function dialog by clicking the Help button. |
|
By clicking this button the function for viewing the log of the scheduled backup jobs will be activated. This view gives an overview of all activities created by the scheduled backup jobs. Possible errors are apparent here. |
|
By clicking this button the function "Settings" will be activated. Within this function it's possible to define the default backup options. These settings will be used for all manually initiated backups and as default values for new scheduled backup jobs. |
|
Backup |
By clicking this button the action for creating a backup will be accomplished. The options for the SQL Dump will be overtaken from the settings. Possible other options for a backup must be done in the settings function before starting the backup. |
|
Check |
By clicking this button the action for checking the selected tables will be accomplished. This action checks the tables for errors. After execution a report is generated with information about the selected tables. Normally an OK should point out in the report. In case of an error the action "Repair" has to be used fort his tables. |
|
Analyze |
By clicking this button the action for analyzing the selected tables will be accomplished. This action initiates a store of the index tables. While this action is running on a table the table is locked for access from others. This action should be initiated only in offline mode. |
|
Optimize |
By clicking this button the action for optimizing the selected tables will be accomplished. This action can be used to reduce unused space in tables. Additional the defragmentation of the selected tables will be initiated and the performance of this table will be increase. |
|
Repair |
By clicking this button the action for repairing the selected tables will be initiated. This action should only used if there is a table corrupted. This action repairs a table with the SQL option "QUICK". |