by Matteo Scaramuccia.
Hello Everyone,
Moodle will still use moodledata\backup\temp
not quite true, since 3.5 (MDL-60923) you can overwrite that setting too:
// It is possible to specify a different backup temp directory, use local fast filesystem // for normal web servers. Server clusters MUST use shared filesystem for backuptempdir! // The directory must not be accessible via web. // // $CFG->backuptempdir = '/var/www/moodle/backuptemp'; // Directory MUST BE SHARED by all cluster nodes.
HTH,
Matteo