Now that Thunderbird 3 has been released, we want to back up our old 2.x version settings and profiles in case something goes horribly, horribly wrong.
Here’s how.
Windows 7 / Vista
This is the manual way. You can use your favorite backup software in lieu of this method.
- Navigate to: C:\Users\[YOUR_USERNAME]\AppData\Local\Thunderbird\ (Assuming “C” is the drive where you installed Windows)
- Using the right mouse button, drag a box around the two folders (“Mozilla Thunderbird” and “Profiles”), release.
- Select Send To, then Compressed (zipped) Folder
- Copy this newly created .zip file to a safe location.
- Optional. You may want to back up your actual install directory as it contains your extensions (add-ons) as well. This is located in C:\Program Files (x86)\Mozilla Thunderbird. Zip and copy it to a safe location.
Note: Other versions of Windows may have these files in steps 3 and 5 at C:\Documents and Settings\[YOUR_USERNAME]\Application Data\Thunderbird\ and C:\Program Files\Thunderbird respectively.
In case something gets messed up after Thunderbird 3, and you want to get everything back to the way it was:
- Uninstall Thunderbird 3
- Reinstall Thunderbird 2
- Copy the contents of the zip file (from step 3) which contains “Mozilla Thunderbird” and “Profiles” into the C:\Users\[YOUR_USERNAME]\AppData\Local\Thunderbird\ directory. Overwrite any existing files.
- Copy the contents of the zip file (from step 5) to C:\Program Files (x86)\Mozilla Thunderbird overwriting any existing files.
- Fire up Thunderbird. Everything should be as it was!
For Ubuntu
(or whatever variant distro you use)
Using the GUI:
- Go to your home directory. (From the bar at the top, Places then Home)
- With the File Browser window focused, hit Ctrl+H, or at the menu, File, Show Hidden Files.
- Right click “.mozilla thunderbird” folder, Compress…
- In the Compress window, click Create (this will create a .mozilla-thunderbird.tar.gz file in your Home directory. It will be hidden as it has a “.” as the first character in its filename)
Using Command Line:
Open up a command line window and type the following:
tar czvf thunderbird-backup.tar.gz ~/.mozilla-thunderbird
Mac OS X
For Mac users I’m guessing you use Time Machine, but if you want to do it manually the folder to back up is ~/Library/Thunderbird
This should get you on your way with Thunderbird 3.0 without fear of losing your profiles/settings.
Related posts:
Backup Thunderbird
Now that Thunderbird 3 has been released, we want to back up our old 2.x version settings and profiles in case something goes horribly, horribly wrong.
Here’s how.
Windows 7 / Vista
This is the manual way. You can use your favorite backup software in lieu of this method.
Note: Other versions of Windows may have these files in steps 3 and 5 at C:\Documents and Settings\[YOUR_USERNAME]\Application Data\Thunderbird\ and C:\Program Files\Thunderbird respectively.
In case something gets messed up after Thunderbird 3, and you want to get everything back to the way it was:
For Ubuntu
(or whatever variant distro you use)
Using the GUI:
Using Command Line:
Open up a command line window and type the following:
Mac OS X
For Mac users I’m guessing you use Time Machine, but if you want to do it manually the folder to back up is ~/Library/Thunderbird
This should get you on your way with Thunderbird 3.0 without fear of losing your profiles/settings.
Related posts: