I'm encountering an issue with my CodeIgniter 4 website backup. My domain is configured to serve from the /public folder within /www/wwwroot/test.local. When I initiate a 'Backup Now' operation via my site's domain, it only backs up the /public folder, not the entire CodeIgniter framework located in the parent directory (/www/wwwroot/test.local). I had assumed the backup would include all files and folders, but upon restoration, only the /public folder was present.
can there be a check box to to confirm full path back when using code iginter frame work? which would look direclty at /www/wwwroot/test.local when checked?
thanks