Changes between Version 9 and Version 10 of Document/Development/Design/Module/Backup

Show
Ignore:
Timestamp:
08/31/06 11:02:15 (7 years ago)
Author:
javier.amor.garcia@… (IP: 80.35.41.131)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Document/Development/Design/Module/Backup

    v9 v10  
    2323   * Description (to be showed in backup GUI), i18nable 
    2424   * File names to be backed up (via Module::BackupHelper::files method) 
    25    * A sub to dump the configuarion to the mentioned files   (via Module::BackupHelper::dump method) (if the configuration can copied verbatin from files the dump sub may copy or lin those files) 
    26    * A sub to resotre the configuarion from the backed-up files to the mentioned files   (via Module::BackupHelper::dump method) 
     25   * A sub to dump the configuarion to the mentioned files   (via Module::BackupHelper::dumpConf method) (if the configuration can copied verbatin from files the dumpConf sub may copy or link those files) 
     26   * A sub to resotre the configuarion from the backed-up files to the mentioned files   (via Module::BackupHelper::restoreConf method) 
    2727   * Idea: ¿check individual data corruption? 
    2828   * Idea: ¿boolean to compress data?