= array(
'SimpleBackupDir' => array('default'=>'/tmp/', 'label'=>'Backup Save Directory',
'description'=>'Backups are stored here'),
'SimpleBackupBinPath' => array('default'=>'/usr/bin/', 'label'=>'BIN Path',
'description'=>'Directory containing the mysqldump program'),
'SimpleBackupNum' => array('default'=>1, 'label'=>'Number of Backups',
'description' => 'Keep X newest backups'),
'SimpleBackupGZ' => array('default'=>0, 'label'=>'Compress Backups',
'options'=>array('Yes'=>1, 'No'=>0),
'description' => 'Shrink backups with gzip'),
)