Few days ago scheduled backup stopped working with the following error:
exec() has been disabled for security reasons on line 160 in app/models/backup.php
After some investigation it was determined that the host admin disabled exec and shell_exec in an effort to tighten up security. Is there any workaround to perform schedule backups without having to use php exec()? If no workaround exists what are my options?
Question
S.H.
Few days ago scheduled backup stopped working with the following error:
exec() has been disabled for security reasons on line 160 in app/models/backup.php
After some investigation it was determined that the host admin disabled exec and shell_exec in an effort to tighten up security. Is there any workaround to perform schedule backups without having to use php exec()? If no workaround exists what are my options?
Thanks.
3 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now