by Susana L..
Thanks for your feedback, Ken.
grep command returns (on my local instance):
backup_version xxxxxxx backup_release x.x enableasyncbackup x backuptempdir /xxxx/XXXX/xxxx/xxxxxx/temp/backup
Nothing related to automatic backups folder... I wonder how everybody is doing it. 🤔
When having "$CFG->preventexecpath = true" which is a security recommendation (https://docs.moodle.org/403/en/report/security/report_security_check_preventexecpath) we get the following warning on moodle admin setting when we choose "Specified directory for automated backups" next to the "Save to" automated backups path field: "Setting executable and local paths disabled in config.php".
How to set the automated backups path when having preventexecpath = true?
Thank you.