How to auto-run backup on scheduled time when WP Cron is disabled?
-
Hi,
To improve performance, I disable WP CRON and then use a cron job(every 15 minutes) below instead:
wget -q -O - https://www.xxx.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1However, it seems in such a case, the scheduled backup cannot be ran automatically.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to auto-run backup on scheduled time when WP Cron is disabled?’ is closed to new replies.