Category: wp-cli

  • Setting Up Reliable WordPress Cron

    Setting Up Reliable WordPress Cron

    We all know wp-cron can be unreliable if left on default WordPress setting, WordPress’s behaviour on maybe I will run maybe not for wp-cron in a case of sites with less traffic. There are following solutions to solve this problem. All require to disable default WP cron. This will work for both single and multisite WordPress installation. Linux Crontab…

  • Backup WordPress site using Dropbox and wp-cli ?

    Here is how you can backup small site using wp-cli and dropbox. Go to: https://www.dropbox.com/developers/apps Create new app call it anything it’s gonna be your private app. Generated access token and save it somewhere in your locker 🙂 Download file backup-site.sh and change directories path and DROPBOX_TOKEN sudo chmod +x backup-site.sh Setup crontab with crontab -e…