Backup from link not occurring as expected
-
Hello. In a previous ticket you gave me instructions on how to run the backup from a link, using a cron job. Dashboard–>BackWPUp–>Jobs–Schedule indicates the link is:
https://samuiinktattoo.com/wp-cron.php?_nonce=4d91b8a5&backwpup_run=runext&jobid=1
I checked with my hosting company (SiteGround) and the proper way to run this from a cron job is with the command:
curl https://samuiinktattoo.com/wp-cron.php?_nonce=4d91b8a5&backwpup_run=runext&jobid=1 >/dev/null 2>&1
My hosting company has confirmed that this cron job can start and complete without issue (see their results below). But when that occurs, no backup is created. Nothing is written to BackWPUp–>Backups, nor is anything written to BackWPUp–>Logs, nor do any backups appear in my Dropbox account as expected. How can I troubleshoot this?
I should mention that I have another open ticket (this ticket) about the same site, and the same BackWPUp installation, and a *somewhat similar* issue. I’m not sure if we should treat them as separate issues, or one single ticket. If they are separate issues, which do you think we should attack first? I will defer to you on that.
Thanks.
Here are the results from the cron job:
[email protected] [~]# curl https://samuiinktattoo.com/wp-cron.php?_nonce=4d91b8a5&backwpup_run=runext&jobid=1 [3] 18768 [4] 18769 [1] Done curl https://samuiinktattoo.com/wp-cron.php?_nonce=4d91b8a5 [2] Done backwpup_run=runext [4]+ Done backwpup_run=runext
- The topic ‘Backup from link not occurring as expected’ is closed to new replies.