How do I save my identites/messages in bitmessage?

I'm using bitmessage on my tails persistent volume. It works fine when I start up & sends messages but every time I restart tails, everything is gone. Are there special settings I'm missing that will allow me to save everything on my persistent volume each time I start it up?


Comments


[2 Points] aboutthednm:

Tails is an Amnesic Operating system, meaning that it won't save anything at all after shutdown.

You may however configure a persistent volume that you have to mount on startup, where you can save stuff to and it will be there after a restart.


[1 Points] Ande2101:

Whatever files it uses need to be in your persistent dir. I don't use bitmessage on Tails myself, but if I had your problem I'd run strace WHATEVER_THE_BITMESSAGE_RUN_COMMAND_IS 2>&1 | grep open to get a list of files it opens, and see if there's anything obvious in there.