Development:Backup 2.0: Difference between revisions
From MoodleDocs
(New page: === Drop in ideas === - Support incremental backups & restore. - Support 1-activity backup. - Support anonymisation of personal data on backup. - Separate process and progress. - Support ...) |
No edit summary |
||
Line 1: | Line 1: | ||
=== Drop in ideas === | === Drop in ideas === | ||
* Support incremental backups & restore. | |||
* Support 1-activity backup. | |||
* Support anonymisation of personal data on backup. | |||
* Separate process and progress. | |||
* XML format doesn't need to be radical different (IMO). | |||
* Support restore of old (1.9 only?) backups. | |||
* Hook in backup & restore to intercept & support other formats (BB, IMS-CC...) | |||
* One code base both for manual and scheduled backup | |||
- | * Scheduled restore? | ||
- | * OOP. | ||
* Secure (don't handle non-allowed data, user matching on restore, salted passwords..) | |||
* Safe (some sort of "rollback" on failure - requires to have everything annotated somewhere - backup_ids or so). |
Revision as of 23:07, 4 November 2008
Drop in ideas
- Support incremental backups & restore.
- Support 1-activity backup.
- Support anonymisation of personal data on backup.
- Separate process and progress.
- XML format doesn't need to be radical different (IMO).
- Support restore of old (1.9 only?) backups.
- Hook in backup & restore to intercept & support other formats (BB, IMS-CC...)
- One code base both for manual and scheduled backup
- Scheduled restore?
- OOP.
- Secure (don't handle non-allowed data, user matching on restore, salted passwords..)
- Safe (some sort of "rollback" on failure - requires to have everything annotated somewhere - backup_ids or so).