moodle/backup/controller
Andrew Nicols b1850c12c1 MDL-37761 Backup: Do not include files in backups when importing courses/activities
When we import courses or duplicate activities, the deduplicating nature of
the file_storage system means that we don't actually have to include the
real files in the backup - just their metadata from the file table.

The restoration process needs to know not to expect files from the backup
phase so a flag is set in moodle_backup metadata.
2013-06-18 07:52:04 +01:00
..
tests MDL-37761 Backup: Do not include files in backups when importing courses/activities 2013-06-18 07:52:04 +01:00
backup_controller.class.php MDL-37761 Backup: Do not include files in backups when importing courses/activities 2013-06-18 07:52:04 +01:00
restore_controller.class.php MDL-29262 restore: Clean controller obj form DB once finished ok 2012-04-23 00:14:32 +02:00