Changes between Version 9 and Version 10 of Document/Development/Design/Module/Backup
- Timestamp:
- 08/31/06 11:02:15 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Development/Design/Module/Backup
v9 v10 23 23 * Description (to be showed in backup GUI), i18nable 24 24 * 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 linthose files)26 * A sub to resotre the configuarion from the backed-up files to the mentioned files (via Module::BackupHelper:: dumpmethod)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) 27 27 * Idea: ¿check individual data corruption? 28 28 * Idea: ¿boolean to compress data?