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