von Eva Koperdakova.
So experiment, point one done. No e-mail. checked cron logs for it on all my three moodle sites.
grep -r "Sending email to admin" /something/cron-logs/
small sites, each one occurrence:
Execute scheduled task: Správa o automatizovanom zálohovaní (core\task\automated_backup_report_task)
... started 18:52:01. Current memory use 56.3 MB.
Sending email to admin
... used 16 dbqueries
... used 0.10432195663452 seconds
---
Execute scheduled task: Správa o automatizovanom zálohovaní (core\task\automated_backup_report_task)
... started 01:51:01. Current memory use 54.2 MB.
Sending email to admin
... used 15 dbqueries
... used 0.14639592170715 seconds
Scheduled task complete: Správa o automatizovanom zálohovaní (core\task\automated_backup_report_task)
Ran 0 adhoc tasks found at Sat, 16 Aug 2025 01:51:01 +0200
Big site - no occurence of "Sending email to admin".
grep -r "Sending email to admin" /something/cron-logs/
small sites, each one occurrence:
Execute scheduled task: Správa o automatizovanom zálohovaní (core\task\automated_backup_report_task)
... started 18:52:01. Current memory use 56.3 MB.
Sending email to admin
... used 16 dbqueries
... used 0.10432195663452 seconds
---
Execute scheduled task: Správa o automatizovanom zálohovaní (core\task\automated_backup_report_task)
... started 01:51:01. Current memory use 54.2 MB.
Sending email to admin
... used 15 dbqueries
... used 0.14639592170715 seconds
Scheduled task complete: Správa o automatizovanom zálohovaní (core\task\automated_backup_report_task)
Ran 0 adhoc tasks found at Sat, 16 Aug 2025 01:51:01 +0200
Big site - no occurence of "Sending email to admin".
Checked moodledata/temp/backup/, all are zero size. But some of the zero size files have today's date.
I'll check tomorrow again.
I'll check tomorrow again.
Eva