Closed mulderp closed 11 years ago
You can find detailed information about Redis Persistence here : http://redis.io/topics/persistence
Regarding your question in particular, check the "Backing up Redis data" section. You can simply archive the RDB snapshots using a cron job.
On that topic, it would be interesting to know what scheme (RDB, AOF, or a combination of both?) and configuration options @antirez uses (and recommend) for Lamer News and Hacking Italia?
For the record : https://twitter.com/antirez/status/380690508848566273
Hi,
just wanted to put a request for a feature/feedback, for how to backup the data from Lamernews best?
Would it make sense to include a script to dump the data into a file? How would one restore the data in case of failure?
Thanks!
Patrick