Hi.
I am using AAPanel FREE 6.8.21, PHP 7.4, and a Laravel source code. I make site directory to /public folder of Laravel project like /www/wwwroot/domain.com/public
and running backup cron for it. But the backup is only compressed the /public folder (not the entire project) And I have no option to edit which folder to backup on the cron job option
So how can I backup the full project when still keep the domain point to the /public folder of the project
Thank you!