hi,
I am trying to create my my demo site from past two days and and now i am done, can any one out there help me know how it works.
I have already created the restore.sh file and other needed things like
mysql {mydb} -u {db user} -p {db psw} </home/user/demo.restorefrom/db.sql
rm -rf /home/{user}/public_html/demo/*
cp -rf /home/{user}/demo.restorefrom/demo/
--target-directory/home/{user}/public_html/demo/
cronjob -- /bin/sh /home/{user}/demo.restorefrom/restore.sh
can you tell me is that anything wrong in the code above
please help me .......
