Plugin Author
iClyde
(@iclyde)
Hi @coxley
Your debug code, tells me that the backup was cancelled by max execution time limit set in your php.ini configuration.
If it’s possible for you to increase the limit, it would be very good for WordPress overall, as limit of 30 seconds is quite small for “processing” type plugins, in any case you have alternative solution below.
We have alternate backup method, that can bypass this limitation.
Simply, follow below steps, there are also other things you can improve.
Please open first section of the plugin named: “What will be backed up?”
Find subsection named: “Exclude by folder / file name (case-sensitive)”
Here add these three rules, like on image: https://prnt.sc/9oftADPd_Z7e
Once you do that, please follow these steps:
- Go to “Other options” section
- Change backup method: https://prnt.sc/1s1ofpa
- Disable PHP CLI checking: https://prnt.sc/1sljr31
- Save “Other options” section
- Force stop both processes: https://prnt.sc/1trv1tm
When you do that, try to run your backup once again.
Let me know if that worked for you 🙂
Thank you!
Plugin Author
iClyde
(@iclyde)
As we didn’t hear any reply in last days.
I can assume that you resolved the issue.
Feel free to open new topic if I am wrong!
Thank you 🙂