Sonntag, 1. Mai 2011

Moodle 2 Backup Bug

Change backup settings in Moodle to 'manual' and to 'put backup-files
in serverpath'.

cd /path/domain/public_www/directory/moodlebackup/

vi ../moodle/backup/util/helper/backup_cron_helper.class.php

Place the line

set_config('backup_auto_running', '0', 'backup');

before the line

mtrace("Checking automated backup status",'...');

sudo -u www-data /usr/bin/php ../moodle/admin/cli/automated_backups.php

Pray. This only works with smaller Moodle sites!

Keine Kommentare:

Kommentar veröffentlichen

Hinweis: Nur ein Mitglied dieses Blogs kann Kommentare posten.