CORE POS - Fannie
The CORE POS back end
Public Attributes | List of all members
SimpleBackup Class Reference
Inheritance diagram for SimpleBackup:
COREPOS\Fannie\API\FanniePlugin

Public Attributes

 $plugin_settings
 
 $plugin_description = 'Plugin automating mysqldump backups'
 

Additional Inherited Members

- Public Member Functions inherited from COREPOS\Fannie\API\FanniePlugin
 pluginUrl ()
 
 pluginDbStruct ($db, $struct_name, $db_name="")
 
- Static Public Member Functions inherited from COREPOS\Fannie\API\FanniePlugin
static memberOf ($file, $exclude='plugins')
 
- Static Protected Member Functions inherited from COREPOS\Fannie\API\FanniePlugin
static getPluginList ()
 
static defaultSearchDir ()
 

Member Data Documentation

SimpleBackup::$plugin_settings
Initial value:
= 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'),
)

The documentation for this class was generated from the following file: