Note: You are currently viewing documentation for Moodle 2.2. Up-to-date documentation for the latest stable version is available here: Automated course backup.

Automated course backup: Difference between revisions

From MoodleDocs
m (category added)
(location of menu, reformat, see also link "backup restore")
Line 1: Line 1:
*The backup configuration page enables administrators to configure automated course backups and their schedule.
The backup configuration page enables administrators to configure automated course backups and their schedule.  This menu can be found in the administration block under configuration.
*Course backups are more expensive in terms of time and CPU usage. The recovery time to have your site running again is longer. Course backups are useful for obtaining "fresh" copies of courses to be re-used or distributed individually, however they should never be used as a primary backup system (unless your hosting doesn't allow the preferred site backups). In order to make scheduled course backups, you have to setup CRON to run periodically. Have a look at [[Installing Moodle#Set_up_cron|Set up cron]] for details.
 
*Course backups are more expensive in terms of time and CPU usage. The recovery time to have your site running again is longer.  
*Course backups are useful for obtaining "fresh" copies of courses to be re-used or distributed individually, however they should never be used as a primary backup system (unless your hosting doesn't allow the preferred site backups).  
*In order to make scheduled course backups, you have to setup CRON to run periodically. Have a look at [[Installing Moodle#Set_up_cron|Set up cron]] for details.
*Site backups, as explained in [[Upgrading_Moodle#Backup_important_data|upgrading Moodle]], are recommended in order to have all data saved with the best confidence and the shorter recovery time.
*Site backups, as explained in [[Upgrading_Moodle#Backup_important_data|upgrading Moodle]], are recommended in order to have all data saved with the best confidence and the shorter recovery time.
{{Moodle 1.6}}
{{Moodle 1.6}}
Line 8: Line 11:


*[[Backup FAQ]]
*[[Backup FAQ]]
 
*[[Backup restore]]
[[Category:Administrator]]
[[Category:Administrator]]
[[Category:Backup]]
[[Category:Backup]]

Revision as of 12:59, 5 October 2006

The backup configuration page enables administrators to configure automated course backups and their schedule. This menu can be found in the administration block under configuration.

  • Course backups are more expensive in terms of time and CPU usage. The recovery time to have your site running again is longer.
  • Course backups are useful for obtaining "fresh" copies of courses to be re-used or distributed individually, however they should never be used as a primary backup system (unless your hosting doesn't allow the preferred site backups).
  • In order to make scheduled course backups, you have to setup CRON to run periodically. Have a look at Set up cron for details.
  • Site backups, as explained in upgrading Moodle, are recommended in order to have all data saved with the best confidence and the shorter recovery time.

Template:Moodle 1.6

  • From 1.6 onwards, course backups automatically skip courses which are unavailable to students AND have not been changed in the last month.

See also