Home » Questions » Computers [ Ask a new question ]

How do I restore Thunderbird email under Linux?

How do I restore Thunderbird email under Linux?

I have both a .thunderbird and a .mozilla-thunderbird from an existing installation.

Asked by: Guest | Views: 197
Total answers/comments: 2
bert [Entry]

"You should be able to simply drop them into your home directory.

example:

cp -r /media/USBStick/backup/.thunderbird ~
cp -r /media/USBStick/backup/.mozilla-thunderbird ~

make sure your applications also have sufficient read permissions to these files."
bert [Entry]

"Basically the same as Saint DanBert, but I usually use tar.

tar -cvzf thunder.tar.gz .mozilla-thunderbird/ .mozilla/
move it to the new computer
tar -xvzf thunder.tar.gz"