Domanda

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

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top