The way I've used this is saving my python repl process. Sometimes when I'm just hacking stuff out I will define things in the repl without writing out to a file. But then if you kill your process or it dies or you move to another server you lose anything that you defined. With this I can save my repl state and restart it later, move it to another box, and make pancakes.