Tag Archives: thunderbird

How to migrate Thunderbird’s data&profile from Ubuntu to Windows.

1. Prepare data for migration on Ubuntu. $ cd ~ $ tar cvfz mozilla-thunderbird-[YYYYMMDD].tgz .mozilla-thunderbird * YYYYMMDD such as 20080525 (2008 May, 28th) ** Be careful in front of “mozilla-thunderbird” has dot (.) . 2. Copy file backup (mozilla-thunderbird-[YYYYMMDD].tgz) from … Continue reading

Posted in LVM, Ubuntu, Windows | Tagged , , , | Leave a comment 210 views

How to backup your thunderbird profile&data on Ubuntu.

Backup 1.  Please check your Thunderbird profile directory by this command. $ ls -la * | grep .mozilla-thunderbird -rw-r–r–  1 sketkeaw sketkeaw 32053404 2008-05-30 10:59 mozilla-thunderbird.tgz 2. Start backup $ cd ~ $ tar cvfz mozilla-thunderbird-[YYYYMMDD].tgz .mozilla-thunderbird ** YYYYMMDD such … Continue reading

Posted in Ubuntu, linux | Tagged , , | Leave a comment 279 views