JetBackup for WordPress utilizes WordPress' WP-cron feature to execute schedule backups. However, WP-cron has a limitation that requires the site to be visited to trigger it. This can cause issues for sites that are not publicly accessible such as staging sites or even sites with limited visitors in general. To overcome this limitation, consider utilizing your hosting control panel's cron job feature to visit the site and trigger the WP-cron regularly. Below is an example of how to set this up on a cPanel control panel:
1. Access the cPanel tools interface and navigate to the `Cron Jobs` option
2. From the cPanel Cron Jobs menu, navigate to the Add New Cron Job section further down the page.

3. In the Common Settings drop-down select "Once Per Minute(* * * * *)"
4. In the Command field input the following: wget -q -O - "http://example.com" >/dev/null 2>&1
Note: Remember to replace "example.com" with your website URL.
5. Click Add New Cron Job and finish!![]()
Remember to verify you have a job running on a schedule!
- 4 Users Found This Useful

