Difference between revisions of "Backup 2.0"
Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Backup 2.0.
m (→See also) |
m (→Completely rewritten Backup/Restore framework) |
||
Line 4: | Line 4: | ||
===Completely rewritten Backup/Restore framework=== | ===Completely rewritten Backup/Restore framework=== | ||
− | No longer bound by memory (can work with any size course) | + | *No longer bound by memory (can work with any size course) |
+ | *Pre-detect wrong situations | ||
+ | *Rollback (if possible) to previous states | ||
+ | *Apply any possible benefit both for speed (some interim in-memory caches) and memory (better parsing techniques). | ||
+ | |||
+ | Initial Notes from [Development:Backup_2.0] | ||
===Completely new backup format=== | ===Completely new backup format=== |
Revision as of 04:11, 13 August 2010
Moodle 2.0
Contents
Basic Features
Completely rewritten Backup/Restore framework
- No longer bound by memory (can work with any size course)
- Pre-detect wrong situations
- Rollback (if possible) to previous states
- Apply any possible benefit both for speed (some interim in-memory caches) and memory (better parsing techniques).
Initial Notes from [Development:Backup_2.0]