wp-cron.php
-
How does this work? It seems NOT to work on my setup.
You need to set a cron job on your server to schedule backups
*/10 * * * * wget https://mysite.com/wp-cron.php> /dev/null 2>&1
This will run wp-cron every 10 minutes. You can change*/10 to */5 to make it run every 5 minutes.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘wp-cron.php’ is closed to new replies.