Cron jobs in wordpress
I would remove backupbuddy and just not use it at all. You don’t need it. You can create a cron job for different types of backups, whether database, your files, etc. To list current cron jobs on your server, the command is crontab -l and set up a new cron job, its crontab -e. Setting … Read more