I’ve followed FAQ guidelines and setup a scheduled task using the following php code:
“<?php
define(‘UPDRAFTPLUS_CONSOLELOG’, true);
require_once(‘wp-load.php’);
do_action(‘updraft_backup_all’);
?>”
Do I now remove the alternate Cron line from my wp-config, and do I need to set updraft schedule to manual because WP is still telling me I have problems with scheduled tasks?
Also – I’ve been following the script running in Updraft – I note that it stops frequently and says there are errors and then continues. Making me a little uncomfortable as to whether these backups will be reliable.
Cheers,
Mike