by Ken Task.
In the sql dump of backup logs, line 2 ....
activity skipped by _included settings
Syntax and Syntax error.
So what activities do you have on the front page?
Also, the last line ...
expects valid $filepath parameter.
relates to the place to store the backup - it appears. Do you have the full path to where to save?
example:
/home/backup/m32/autobackups/
and does that directory belong to apache user/apache group?
So what settings do you have for autobackups as to destination of
the backups and what to backup?
At one time, in order to get autobackups working again, I had
to truncate the following tables:
mdl_backup_controllers
mdl_backup_courses
mdl_backup_logs
Tables stay, but data contained therein removed/erased.
This will result in moodle thinking it's never done an automated backup
of courses. It will not erase the backups you have.
On the next run of autobackups, all new data (status/epoch time stamps, etc.) is entered.
Try this on your dev server first.
As a test on a 3.2.highest CentOS 7 server I have, I truncated the
above tables and ran autobackups via command line.
No errors.
'spirit of sharing', Ken