Why isn't there a simple "one click" way (or even an automatic way) to Back Up my thunderbird profile and emails to an external drive so it's always protected??

I've been using Thunderbird and before that, Netscape, since the dawn of time and it baffles me as to why no one has simplified the process of backing up and/or migrating your profile and emails.
Wouldn't it be so much easier to simply create a "one click" backup option that copies all the files necessary to restore or transfer your profile, and all my emails, to a new computer or newly reformatted hard drive? There should be a "backup/restore" tab in the options menu for this which would also allow you to set and customize automatic backups, as well as import and restore from and external drive.
The method you have of digging into the file tree and manually copying the profile folders is cumbersome and confusing at best. Just wondering if anyone has looked into this.
Thanks

If you look at the first picture of my reply, note that Export is under Tools/ImportExportTools.
The add-on is one of many provided by the developer, and is probably one of the most widely used. It is frequently updated, perhaps more often that if it were part of the TB code.
Another option is to select Help/Troubleshooting Information, click Show Folder, exit TB, go up one level to show the Profiles folder, right-click a profile folder, Add to archive..., then right-click the archive file, Send To... and select your external drive (or just copy the profile folder without adding to an archive).
If you go up one more level, backing up the Thunderbird folder, you have a complete data set that, with a few minor changes, can be transferred to other computers, even ones with different operating systems

Similar Messages

  • Why isn't there a simpler way to initialize a subclass with its super class

    Let me explain my doubt with an example...
    public class Parent {
    �    public String parent;
    public class Child extends Parent{
    �    public String child;
    I've an instance of Parent p. I want to construct Child c, with the data in p.
    The only way that is provided by Java language seems to be, having a constructor in Child like
    public class Child extends Parent{
    �    public String child;
    �    public Child(Parent p){
    �    �    parent = p.parent;
    �    }
    The problem with this is there is lot of redundant assignment code.
    What I don't understand is why there is not a simpler way of doing this when a subclass is after all super class data + some other data(excuse me for not looking at the bahavior part of it)
    I'm looking for something as simple as Child c = p, which I know is wrong and know the reasons too.
    Yes, we can wrap Child over Parent to do this, but it necessitates repeating all the methods in Parent.
    Why is the language writers didn't provide a simple way of doing this? I should be missing something here...I'm just searching for an explanation. May be I'm asking a dumb question, but this bugs me a lot...
    Regards,
    Kothapalli.

    To answer DrClap, I'm demanding it now :-). Let me
    not suggest something that Mr.Gosling didn't think of;
    he should be having some reasons in not providing it.Because it's essentially impossible in the general case. One of the reasons you may be extending a class is to add new invariants to the superclass.
    eg- extend java.awt.Rectangle by BoundedRectangle - extra invariant that none of its corner points may be less than 0 or more than 100 in any dimension. (The rectangle must be entirely contained in the area (0,0)-(100,100))
    What would happen if you try to create a BoundedRectangle from a rectangle representing (50,50)-(150,150)? Complete invariant breakdown, with no generic way to handle it, or even recognise it.
    Actually, BIJ and sgabie are asking for it. Provide an
    automatic copy constructor. Every object should have
    an implicit copy constructor defined. From any
    subclass, I should be able to invoke
    super(parentClass). From the subclass, we can invoke
    super(parentClass) first and then go on to initialize the
    subclass data.
    I really don't know the implementation issues of this,
    but what I'm looking for is something like this. I'm just
    curious to know the implementation issues.Implementation issue #1: Classes that should not, under any circumstane, be copied.
    * eg 1- Singleton objects. If there's an automatic copy constructor, then multiple singletons can be created, making them essentially useless. This by extension kills the Typesafe Enum pattern also.
    * eg 2- Objects with extra information, such as java.sql.Connection - if you copied this, would the copy be using the same socket connection, or would another connection be required? What happens if opening another connection, and the JDBC driver requires the password to be entered for every new connection? If the wrong password is entered, what happens to the newly creating connection?
    Implementation issue #2: Copying implementation?
    * Already mentioned by RPWithey. The only guaranteed way to perform the copy would be with a shallow copy, which may end up breaking things.
    Why can't you write the copy constructor yourself? If it's a special case, it only has to be done once. If it's a recurring case, you could write a code generation tool to write them for you, along with most of the rest of the class.

  • In cards, why isn't there a simple folded picture card anymore?

    There used to be a simple folded picture card in iphoto cards. You could add writing inside, with no cutesy crap or polka dots, etc. and print it out yourself. Am I missing something?

    All you need to do is find a folded card without the fancy stuff and select the layout you'd like. It's not hard.  For example here's the Holiday Colors theme with a single photo on the front and a plain interior. 
    One just  needs to know how to use iPhoto or experiment with layout options, etc.
    OT

  • HT3430 Why isn't there at least a reader so that one can read the new format? Microsoft at least does that.

    Why isn't there at least a reader so that one can read the new format? Microsoft at least does that.

    Preview opening Pages documents is a Lion/Mountain Lion feature but QuickLook works well.
    You can even flick through the individual pages of the document.
    Peter

  • I just installed FF, and I want a SIMPLE way to copy all my bookmarks. Why isn't there a menu item to do this? The need seems OBVIOUS!

    I simply want to make a copy of all of my wife's "Favorites", i.e. your Bookmarks. In FireFox, PrntScrn won't do it, Windows "Snippets" won't do it, and any HELP answers I've seen are hidiously complex. The need/desire to have a paper copy or Word copy of her bookmarks (of course, WITH URL's) seems completely, blatantly obvious. Why all the secrecy? Why isn't there a MENU item to make a copy of the list of Bookmarks??
    And no, I'm not going to try AGAIN, AGAIN, AGAIN to do the Export/HTLM solution, whatever that means. Sheesh. I'm 10 minutes into FireFox and I'm ready to go back to I.E.

    So you are trying to import bookmarks from IE?
    * [[Import Bookmarks from Internet Explorer]]
    Or export to IE?
    * [[Export bookmarks to Internet Explorer]]

  • Why isn't there a chart with ios, mac os and itunes compatibily?

    Since there are so many people who have been screwed over by upgrading to a newer ios without knowing that they would need a different version of iTunes that can only work with a newer Mac os, but their computer cannot run that os, so now they are out of luck, WHY isn't there a chart somewhere that shows the compatibility between ios, itunes, Mac os and even Mac computer versions? The info is available if you search for it separately (lots of searches), but I can't find it all in one place. For example, ios7 works only with itunes 11.1 and up on 10.6.8 and up on an intel Mac. That is really useful for people who want to make sure their whole infrastructure is compatible before they upgrade. Does anyone know if something like this exists anywhere? Thanks.

    sbwinter2 wrote:
    Some of the most useful guides are usually made by users
    I'm sure some people would be very grateful if you went ahead and did the work.
    Best of luck.

  • HT201371 Why isn't there an album ONLY for photos taken by camera?

    This is my first iPhone, and I find it extremely messy that my camera roll has so many pictures from everywhere:
    1- Pcitrues taken by camera
    2- Pictures saved through Safari
    3- Screenshots
    4- and maybe some pictures saved through other Apps.
    Why isn't there a way that all camera pictures can go into an album which no other app can use (including iOS' built-in apps such as Safari).
    In Android for example, it was much easier...

    It is just designed to use the computers ability to take off pictures as if it were a digital camera.
    While we are all users here and cannot explain why they chose this route, my assumption is that many people already organize photos via some 3rd party program (Mac users use iPhone, many Windows users use Picasa etc), so they had the Camera Roll act as a digital camera when plugged in to allow users to maintain the same process of getting pictures and organizing that they are already use to using. If one things about it, it was a nice thing they did and not force users to use iTunes to get pics, then have to go to their other program and have to manually organize.

  • Why isn't there an English language option in Itunes 12?

    Why isn't there an English language option in Itunes 12?

    Press Ctrl-, (comma) to open the Preferences screen.  Select the General tab.  There's a Language selection drop down at the bottom of the tab - you can choose between UK and US English - as far as I can tell these are always items 9 and 10 in the drop down list, so you should be able to select the appropriate one no matter what the current language setting is.

  • Why isn't there an option to send a photo right after taking it?

    Currently, after taking a picture you can click on that picture in the lower right corner of the camera screen.
    Once you do that, you can choose < Camera Roll, Done, Edit, Trash.
    Why isn't there an option to choose that photo and send it as a Message, Email, etc. right there, instead of having to close the camera, go back to your photo albums, then choose the picture (which may take a little while if you have a lot of photos), and then choose the sending method?
    Its kind of frustrating when you want to quickly send a pic!

    There on my phone running iOS 7.0.4. Reset your phone:
    Press the Sleep/Wake button & Home button at the same time, keep pressing until you see the Apple logo, then release.
    Bear in mind, won't be there if taking a pic from the lock screen.

  • Why isn't there a place to select files in the media quiery box in DWCS5.5?

    Why isn't there a place to select files in the media quiery box in DWCS5.5?

    Such a simple solution! I think I gave up on that idea before but I was dragging it to the icon for ME and not the actual queue window. Also looking for a better way to send a clip to the top of the queue without dragging it since I've got so many in line.
    Do you find the quality of the renders the same when using AE?
    I'm outputting to the Youtube 1080p 2997 preset- actually need to figure out the suble differences in all the presets in ME. AE has less options but they are all customizable. When I'd tweak a preset in ME, a lot of times it comes out with a glitch or does not open at all- rendering with the audio button un checked for example, etc.
    Thanks!
    M

  • Why isn't there video clipping with iOS 5.1 on a first gen iPad?

    I have a first gen iPad and can find no way to clip (simple) a video. iMovie can't run, okay. So why isn't there even the usual, simple edit tool in the photo interface? It's ridiculous ... If the ultimate answer is either jailbreak or upgrade, then why buy Apple going forward?

    rawstock wrote:
    I have a first gen iPad ....... why buy Apple going forward?
    I also have a 1st gen and, I imagine unlike you, I just can't recall Apple as ever having advertised or promoted it as the perfect platform for video editing .. or, for that matter, ever having addressed that issue at all. I can't think of any apps that would have been able to do that sort of thing before the advent of the iPad2, either; why would there have been, seeing as how the 1 lacked a camera?
    I have no idea if any of the video editing apps now in the Store will work on the '1' model, but wouldn't be too surprised if they did not. There has to be a miniscule market for that.
    Ah well. You've made up your mind about not buying Apple in the future, right? I really have no interest at all in trying to change your mind.

  • Why isn't there any African American emojis

    hello!?
    My name is Robert...I have been an apple user since the 1st gen iPod and I have owned nothing but iPhones since the day they came out.
    3,3s,4,4s,5c,and 5s
    im saving for for the new one but am skeptical about the 6 cause it's so new wait out the bugs.
    but honest question...why isn't there any African American emojis....everyone's always thought about it like haha ya right and blah blah blah about it but seriously there should be at least a couple for racial diversity...there's Chinese ones Hindu ones white ones but no Others...could this be solved?!

    Decisions about the encoding of new emoji or similar symbols are made by Unicode.  You can find out about the process they use at
    http://www.unicode.org/pending/proposals.html

  • Why isn't there a board for iOS?

    why isn't there a board for iOS?
    it would make sense.
    problems with iOS on the iPhone could be having the same problem on an iPod Touch or iPad.

    There is.... several.
    Click here >  Welcome | Apple Support Communities
    Then click:  iPad, iPhone, or iPad, etc.
    This may help also >  Find answers and ask new questions | Apple Support Communities
    message edited by:  CS

  • Ok...so I have the latest version of iTunes...why isn't there a cloud icon next to the movie I just bought?  I assume I need it to download from iCloud.

    Ok...so I have the latest version of iTunes per response to my previous question.  Why isn't there a cloud icon next to the movie I just downloaded?  I assume that's the only way to access movies on the cloud.  ( My computer shows the icon.)

    What are you trying to do? If the movie is on your iPad, the cloud icon will not appear next to the movie. You will see the cloud icon next to the movie if you delete it from your iPad and then you can download it again. That is assuming that the movie is eligible for a free download as not every movie can be downloaded again for free.
    This is a screenshot of the purchased tab in iTunes on my iPad. These movies are already on my iPad so there is no cloud icon next to them for another download.
    What I don't understand is for what reason are you trying to access the movie? If you want to watch the movie, it is in the videos app. Maybe that is where I am missing the boat.

  • HT2534 why isn't there 'None' in the payment method in my iphone? I could not skip it. Please help

    why isn't there 'None' in the payment method in my iphone? I could not skip the billing info. Please help

    yes, the display is different and the sequence is different too....
    until step 9
    in step 10, i saw only 3 cards, no paypal, no 'none'
    as long as i didnt key in credit card I can proceed and not to say about verification and so on..
    thanks

Maybe you are looking for

  • I need to add a new report to the application that is done using visual studio and SSRS and SQL Server 2008

    I have an application that is done using SSRS on visual studio and it connects to the report server on SQL server 2008 environment. I've been changing the existing reports using visual studio 2008 and modifying the reports on the report server. How d

  • Encore CS5 Hangs/Crashes on Import

    I'm using a desktop (dual Xeon quad core processors) with 12 gigs of ram and Windows7.  I have a Radeon video card and use a Matrox RTX2 for capture.  Regardless what or how I import, I get the import and preparing transcode settings windows alternat

  • May I import 3 video clips from FCP secuence?

    I have in the FCP Timeline a composition of 3 video clips. V1 is video image, V2 a title and V3 is another video image. May export them exactly as they are in the timeline? What I pretend is to work with them in Motion in this order. Is it possible?

  • How to connect mysql database to labview and plot the graph

    Hi all,  I am doing my final year project about labview. I need to connect my mysql workbench database to labview and plotting two sinwave in same graph. I can already connected my labview to mysql and showing the data in labview table.But I need to

  • How  to set  effective_dates  ?

    Can u pls assist. Im running a script for employees who moved from intern to contract and from contract to permanet vice versa.now i have run the script that returns employee records from per_all_assigments_f but I struggle to set the effective_dates