moodle/backup/controller
Matteo Scaramuccia ef844148a9 MDL-60923 backup: Added $CFG->backuptempdir
The new setting will allow to host the temporary backup files
into a specific target directory. Defaults to '$CFG->tempdir/backup'.

Calling make_backup_temp_directory() checks that the required sub-directory
will be properly created under the new target directory.
2018-04-16 23:50:28 +02:00
..
tests MDL-60923 backup: Added $CFG->backuptempdir 2018-04-16 23:50:28 +02:00
backup_controller.class.php MDL-54205 backup: loggers close() and destroy() 2016-05-13 01:54:28 +02:00
base_controller.class.php MDL-41754 (1) Progress tracking : moved from backup and restore to core 2014-01-27 17:45:50 +07:00
restore_controller.class.php MDL-60923 backup: Added $CFG->backuptempdir 2018-04-16 23:50:28 +02:00