Changes between Version 10 and Version 11 of Document/Development/Design/Module/Backup
- Timestamp:
- 09/11/06 17:21:12 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Development/Design/Module/Backup
v10 v11 22 22 * This information is provided by a object that is child of EBox::Backup::BackupHelper 23 23 * Description (to be showed in backup GUI), i18nable 24 * File names to be backed up (via Module::BackupHelper::filesmethod)24 * Version of module(via Module::BackupHelper::version method) 25 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 26 * A sub to resotre the configuarion from the backed-up files to the mentioned files (via Module::BackupHelper::restoreConf method)