문제

I have a live demo site for some purpose. Public visitors can login as admin and change what they want. I need to reinstall (refresh with first original data and files) database and ftp periodically (ex:per 1 hour)...

Do you guys know any open source script for this purpose? I do not want to code myself if it available already...

thank you for everyone

도움이 되었습니까?

해결책

You don't need a "solution" for this: this takes only a single line in a cron job: you use sqlite as database and then all you need to do is execute a simple cp command every hour.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top