Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top