testing the updraftplus backup script
-
Hi,
I need to run my backup script from a webservice like easycron. How do I test if my script below will continue to backup after the cron service has disconnected(ie complete the backup on the server). Also, do I remove the updraft entry from the wp_cron system?
<?php //ignore_user_abort(true); //define('UPDRAFTPLUS_CONSOLELOG', true); //define('DOING_CRON', true); require_once('wp-load.php'); echo 'Starting backup...' do_action('updraft_backup_all'); ?>Thanks,
Dion
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘testing the updraftplus backup script’ is closed to new replies.