Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Backup 2.0: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Línia 9: Línia 9:
*Apply any possible benefit both for speed (some interim in-memory caches) and memory (better parsing techniques).  
*Apply any possible benefit both for speed (some interim in-memory caches) and memory (better parsing techniques).  


Initial Notes from [Development:Backup_2.0]
Initial Notes from [[Development:Backup_2.0]]


===Completely new backup format===
===Completely new backup format===

Revisió del 04:11, 13 ago 2010

Plantilla:Moodle 2.0

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

Completely new backup format

Improved interface

Backup can be made of whole courses, but also specific sections or activities

See also