I'm a bit of a newbie, but is there a way to schedule a script to automatically unzip a .zip file which overwrites all existing files?I've been reading and some people suggesting writing a .php script then having Cron to schedule it.If anyone can help me to figure out what do to, that will be much appreciated. actually in my domain directory i create a zip like {mydomain.com/index.zip} i am try to run this code but no result /usr/local/bin/unzip /home/myhostname/mydomain.com/index.zip schedule:run >> /dev/null 2>&1 please give me a solution about it how i unzip it by cronjob
please give me a solution about it how i unzip it by cronjob