![](/images/stories/previous-back-list.png)
How to set up a cron job for BackUpWordPress Plugin ?
![BackUpWordPress](/images/stories/logos/BWP-logo.png)
BackUpWordPress is installed on my server, and I want to set up a cron job to trigger BackUpWordPress Plugin's cron job script.
Our webcron service is fully compatible for triggering BackUpWordPress Plugin's cron job script. Just follow below theses steps to configure cron job for BackUpWordPress Plugin :
![](/images/stories/icon_1.png)
Open your wp-config.php
Add define('DISABLE_WP_CRON', true); to your wp-config.php file to disable the WP Cron System.
![](/images/stories/icon_2.png)
Open your webcron dashboard
click on " " button.
![](/images/stories/icon_3.png)
Set up cron job for BackupBuddy Plugin
In field "URL you want to execute...", paste the URL you copied. e.g. http://www.example.com/wp-cron.php (replace www.example.com with your install location). For BackUpWordPress Plugin, configure the Cronjob TimeOut on 180 sec.
Checkout below screenshot:
If necessary, finish the other optional settings. (Alerts)
![](/images/stories/icon_4.png)
Click " " button.
![](/images/stories/previous-back-list.png)
|