Hi all,
I run a Moodle site with over 200 courses and I usually have the automated backups disabled. I just want to make them once on september to have them before the school year begins.
So I go to Administration > Courses > Backups, and I set it to Activate (I also tried Manual)
Then I run the command /usr/bin/php admin/cli/automated_backups.php and it runs ok but does nothing. Here's the output:
Server Time: Wed, 07 Sep 2022 13:54:44 +0200
Checking automated backup status...OK
Checking courses
Skipping deleted courses...0 courses
Running required automated backups...
... started 13:54:44. Current memory use 36.6MB.
Getting admin info
Automated backups complete.
Automated cron backups completed correctly
Execution took 0.141176 seconds
I don't know why this happens. I also tried running it from Schedulled tasks "\core\task\automated_backup_task" and the result is the same.
Have this happened to anyone else?