04:28:55 GMT So, for redis do I want to save .aof or .rbd for backing up redis dumps? 17:06:54 GMT Is it safe to kill a rdb save process? 17:45:00 GMT jwilm: it does write to a temp file then move that to dump.rdb 17:45:30 GMT so if you mean always having an intact dump, yes, it's safe 21:21:56 GMT Hello All. I'm sorry if this is a stupid question, but do you simply cp rdb and aof files? I understand rdb files are replaced when the new rdb file is generated, but what if redis is trying to replace the rdb file I am still copying it?