Slashdot Mirror


Gmail Accidentally Resets 150,000 Accounts

tsj5j writes "Many users have reported loss of their Gmail accounts, as they signed in to find their email accounts reset — losing years of email history. This appears to be a result of a bug which treats existing owners as new users. For those affected, Google is currently trying to resolve the problem. For the rest of us, perhaps this is a timely reminder to backup our data and be less trusting of the cloud."

401 comments

  1. Tag it by inpher · · Score: 2, Funny

    Oh, how I want to tag this story gfail.

  2. IMAP by jdb2 · · Score: 4, Insightful

    This is *exactly* why I have my Gmail account linked to Thunderbird via IMAP and I perform regular backups.

    jdb2

    1. Re:IMAP by Randyll · · Score: 2

      I am doing the opposite. GMail is just a POP3 client for me. I prefet it to most non-web e-mail clients as its user interface works well and looks better than most clients, e.g. Thunderbird. All mail is on the POP3 server -- which has backups -- GMail just duplicates it.

    2. Re:IMAP by Compaqt · · Score: 1

      Do you find leaving mail on a POP3 server is better than downloading locally to an mbox ?

      Just wondering what's better for long-term archiving of lots of mail.

      Anybody know the limitations of mbox files?

      --
      I'm not a lawyer, but I play one on the Internet. Blog
    3. Re:IMAP by Larryish · · Score: 1

      Ditto on the Thunderbird/IMAP bit.

    4. Re:IMAP by Randle_Revar · · Score: 1

      My policy with mboxes is to never trust them farther than you can kick them. Horrible format.

    5. Re:IMAP by Anonymous Coward · · Score: 0

      What format would you suggest instead, and what format do you think the pop3 server is using?

    6. Re:IMAP by snookiex · · Score: 2

      Just wondering what's better for long-term archiving of lots of mail

      I prefer a "distributed backup" (pst files on every user's computer with a general backup manager). Yeah, I know. It's way harder to manage, but I've had a couple problem with single backup that keeps me from centralize everything. And it's only 70 PCs so it's not a big deal (larger infrastructures are another story).

      --
      Open Source Network Inventory for the masses! Kuwaiba
    7. Re:IMAP by youn · · Score: 1

      I like eudora's approach to strip attachment automatically... much easier to back up... attachments are all in one directory and still human readable... too bad eudora is dead (I know of penelope... and it's still light years behind eudora's features... though to be fair some plus come with using thunderbird)

      --
      Never antropomorphize computers, they do not like that :p
    8. Re:IMAP by Anonymous Coward · · Score: 0

      If gmail deletes all your mail, will it also disappear from Thunderbird?

      I ask because I have the same setup as you but don't backup as often as I should.

    9. Re:IMAP by lordandmaker · · Score: 1

      It shouldn't. If the emails have gone but the index is still there then Thunderbird will just fail to get the new mail that doesn't exist. It wont concern itself with old mail, since according to the index it's up-to-date on those files.

      If the index has also been cleared, then perhaps. I'm not sure if Thunderbird requires an expunge or delete in order to delete files. Here's another of those times a mail client that actually implemented IMAP would be nice - you could look at the RFC and find the expected behaviour, rather than having to guess what Mozilla decided would be a good idea.

    10. Re:IMAP by slim · · Score: 1

      A good system might use QMail's maildir format, which is designed to overcome many of the serious problems mbox has.

    11. Re:IMAP by jrumney · · Score: 1

      maildir is supposed to be more robust than mbox, at the expense of some disk space and slower server side searching (which can be dealt with by keeping a full text index)

    12. Re:IMAP by Raenex · · Score: 1

      Do you find leaving mail on a POP3 server is better than downloading locally to an mbox ?

      One thing to be careful about, if you meant download and then delete from the server, is having access when you're not "local". I used to do this and screwed myself over once when I needed access to a particular email while on travel.

    13. Re:IMAP by JamesP · · Score: 1, Insightful

      I wouldn't trust Thunderbird not to mess this up...

      For a Mozilla product, TB is really poor.

      --
      how long until /. fixes commenting on Chrome?
    14. Re:IMAP by kiwix · · Score: 2

      Maildir comes with it's own problems when you have lots of mail... You need a file system that is good at having lots of small files (if it needs linear time to look through a directory, that might be a serious issue), and you're going to kill the inode cache everytime you scan your mailbox.

      That's why most serious email systems use some kind of indexing, together with either mbox or maildir. Indexing solves most of the porblems of mbox, and also most of the problems of maildir, if all the programs that touch the mails (the LDA and the IMAP server or the MUA) are both aware of the indexing. By the way, dovecot offers a good compromise between maildir and mbox, with several files per mailbox, but several mails per file.

    15. Re:IMAP by gphilip · · Score: 2
    16. Re:IMAP by TheCarp · · Score: 1

      I believe you mean that you accomplish the same thing, in a different manner.

      Wouldn't the opposite be receiving all mail locally, uploading it into Google, and then deleting it locally?

      I actually do rather differently. I use IMAP, leave it on Google, and never backup. Its not my primary email account, just used for secondary stuff. If they reset my account right now, I would lose a bit, but, little that i care about.

      I never really like "trusting the cloud".

      --
      "I opened my eyes, and everything went dark again"
    17. Re:IMAP by Anonymous Coward · · Score: 0

      good idea guys, installed Thunderbird.

      should take a day or two to finish retrieving my inbox

    18. Re:IMAP by Anonymous Coward · · Score: 0

      You need a file system that is good at having lots of small files

      That's pretty much the one thing we use Reiser3 for. Other filesystems beat it for most other kinds of jobs, but for /var/mail, Reiser is (to run an old joke into the ground) killer!

    19. Re:IMAP by Anonymous Coward · · Score: 0

      Not a horrible format. A primitive format. The potential for corruption is very low if it's implemented well.

    20. Re:IMAP by thegarbz · · Score: 1

      Download to the local mbox and then provide a client like Horde / Squirrelmail and Dovecot to read it remotely via the web, if your target computer faces the internet.

    21. Re:IMAP by peragrin · · Score: 1

      I do both.

      I use one mail client as POP3 client. The rest use IMAP to keep it updated across the board.

      the POP3 client downloads all saved mail that it hasn't gotten so far, so I can archive it and store it in local backups.

      --
      i thought once I was found, but it was only a dream.
    22. Re:IMAP by Anonymous Coward · · Score: 0

      This is why I use the built in mail client in Opera with Gmail. No need for any extra pieces of software.

    23. Re:IMAP by JamesP · · Score: 1

      Thanks for the tip, I'll take a look

      --
      how long until /. fixes commenting on Chrome?
    24. Re:IMAP by Mr.+Slippery · · Score: 1

      One thing to be careful about, if you meant download and then delete from the server, is having access when you're not "local".

      If you can't ssh into your home computer, please turn in your geek card. Thank you.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    25. Re:IMAP by Raenex · · Score: 1

      If you can't ssh into your home computer, please turn in your geek card. Thank you.

      I'm willing to bet most geeks haven't set up their computers for remote ssh access. Yeah, I could do it, no, it isn't worth the hassle.

    26. Re:IMAP by frenchbedroom · · Score: 1

      Your post made me fire up Icedove (yeah, Debian user) to set it up like that, too. And I realized I had already done that many, many moons ago, but then forgot about it. Well, one hefty backup underway ! Sometimes my past self does pretty cool things for my present self. I wish I could time-travel and high-five myself for that one.

    27. Re:IMAP by dave562 · · Score: 1

      Seconded. I can get into all of my servers remotely. I could care less about my home computer. I'm in the same boat as you... Not worth the hassle. I spend enough of my life dealing with computers already. The last thing I want to do when I finally get away from them is to hop back on one.

    28. Re:IMAP by cayenne8 · · Score: 1

      "I'm willing to bet most geeks haven't set up their computers for remote ssh access. Yeah, I could do it, no, it isn't worth the hassle."

      What hassle??

      My computers pretty much all come with sshd (linux boxes). All you really have to do is turn it on...and then go into the router and port forward to that box..and voila you are set up.

      2-3 simple steps are too much of a hassle to most geeks??

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    29. Re:IMAP by darrylo · · Score: 1

      I am doing the opposite. GMail is just a POP3 client for me.

      Going off on a slight tangent, one of the big advantages of IMAP is that you can actually restore mail back to gmail. For example, if you use Thunderbird to backup gmail, restoring is basically click-and-drag from Thunderbird back to gmail. Caveats:

      • You have to do this manually for each gmail label. This can become tedious if you have a lot of labels.
      • Your gmail usage will increase by some factor of "N". For example, before, if you had a single message with four labels, you only had one copy of the message. However, if you use IMAP to restore, you'll end up with four copies (one for each label -- and I'm not sure how many copies "All mail" will get).
    30. Re:IMAP by Raenex · · Score: 1

      2-3 simple steps are too much of a hassle to most geeks??

      Yes, messing with router settings and worrying about securing a service I don't need and will hardly ever use is a hassle.

    31. Re:IMAP by Raenex · · Score: 1

      Nice troll account. Hopefully one day you can leave your mom's basement.

    32. Re:IMAP by cavebison · · Score: 1

      Second this.

      I have POP set up in gmail, all email downloaded to Thunderbird and backed up. Not a single email of mine resides on Gmail servers which aren't either downloaded or spam.

      Keeping your life in cloud is for the birds. :)

    33. Re:IMAP by RockDoctor · · Score: 1

      If you can't ssh into your home computer, please turn in your geek card.

      Why would I have my home computer connected to the Internet while I'm away from home? It's not as if I can be assured of having any internet connection when I'm away, and if my next job comes off OK, the connection I'll have will amount to one 256kb link shared between about 10 users. That's worse than I've had at home for 15 years. BFD.

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
    34. Re:IMAP by gottabeme · · Score: 1

      Same here. I've used Tb, Kmail, and offlineimap to do this, but always manually. I'm running offlineimap again now, but the last time was September of 2009 according to the last log file. Yeesh. I could cron it, but I might not always want it using my bandwidth to sync my email whenever it is set to run, so...urgh.

      --
      "Those who consume the bulk of goods are those who make them. We must never forget this secret of our prosperity."
    35. Re:IMAP by n4t3 · · Score: 1

      I have sshd set up on all my machines at home (really handy for admin purposes or just to shut down the kids computer when they're not listening ;) but have never bothered to set up the port forwarding on the router to get to them from outside. There have been a bunch of times I wish I could access my home machines from outside, but they're all laptops! They're powered off and disconnected from the network - maybe even put away in a case. One day I'll get that Synology NAS device I've been lusting after and maybe I'll set it up then.

    36. Re:IMAP by Anonymous Coward · · Score: 0

      I understand people are upset and back-up everything very carefully. But I ask you: Do you really have anything in there worth keeping?
      I'd be upset for losing info from Docs, Calendar, Analytics. But with GMail or Reader, its ok.
      As a programmer I know that data might be lost, but I also know that once such a bug occurs Google has the tools (in the back-end) to roll back that mistake - hello, they are required by law to keep your data for I-don't-know-how-many days once you delete it, just in case the Feds need to investigate you. So, it's safe, people, it's safe, it's there, it's a matter of time until it gets back to those people inboxes.

    37. Re:IMAP by Mr.+Slippery · · Score: 1

      Why would I have my home computer connected to the Internet while I'm away from home?

      So that you can access the data stored on it.

      It's not as if I can be assured of having any internet connection when I'm away

      Perhaps you live in a developing nation, then. My apologies, I assumed you were in the U.S., where any Real Geek has a full-time internet connection (at least a DSL line) and a smartphone with an ssh client,and frequent access to wireless hotspots while on the road.

      This isn't bleeding edge. I often use my three-year-old Centro to log in to my home PC and review old e-mail with Alpine. Up to last year I was doing that over a 394k DSL line.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    38. Re:IMAP by RockDoctor · · Score: 1

      Why would I have my home computer connected to the Internet while I'm away from home?

      So that you can access the data stored on it.

      Why is that better than carrying my home computer with me?

      Perhaps you live in a developing nation, then. My apologies, I assumed you were in the U.S., where any Real Geek has a full-time internet connection (at least a DSL line) and a smartphone with an ssh client,and frequent access to wireless hotspots while on the road.

      No, I live in the developed world, with DSL at home ; I do have a smartphone, but am looking to trade up to a dumb phone ; I don't trust wireless connections because I know that I don't know enough about them to fully secure them. So I don't use them either while travelling (where I REALLY don't know what's on the far side of a wireless link) or at home. (This is an easy choice to make, and no real loss. Particularly if it's 15 years since you wired your house for ethernet.)

      This isn't bleeding edge. I often use my three-year-old Centro to log in to my home PC and review old e-mail with Alpine.

      You're right that it's not bleeding edge ; I've been doing it for around 15 years, initially starting with my archive (and mail reader application) on ZIP discs, and later moving up to putting them on the big USB hard drive. Not, as you say, bleeding edge.

      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
    39. Re:IMAP by ignoresysprereqs · · Score: 1

      I think It would be better to use mailbox instead .pst files or any other mbox mail storage. http://ignoresysprereqs.blogspot.com/2011/03/backup-de-tu-cuenta-gmail-backuping-up.html

  3. thought for food by cosmas_c · · Score: 1

    Imagine having a transcript of your emails in a web site like livedash.com ... just imagine !

    1. Re:thought for food by Mashiki · · Score: 1

      Ah that's okay. If someone wants to read my porn spam emails, and other random dumped crap to my gmail account they're welcome to it. I only use my 2 gmail accounts for 2 things. One to keep in touch with guildies and friends from WoW, when I quit. And the other is my /. account dump where I get flames from insane people usually questioning my american view on the world. If the person is important, they get a good email address from my domain.

      Man I should just put my .sig as 'wtf, canadian not american you dirty hippie'

      --
      Om, nomnomnom...
  4. I think I'd be okay if my inbox got erased.. by intellitech · · Score: 4, Funny

    At least, I wouldn't then have to clean it.

    --
    vos nescitis quicquam, nec cogitatis quia expedit nobis ut unus moriatur homo pro populo et non tota gens pereat.
    1. Re:I think I'd be okay if my inbox got erased.. by Gaygirlie · · Score: 0

      Indeed! I just logged into my gmail account and got slightly disappointed to see all the mails there! :D

      It's just spam mails mostly anyways, and my phone downloads all my new e-mails from my 3 accounts every 15 minutes so it wouldn't have hurt anyways even if it was something more important.

    2. Re:I think I'd be okay if my inbox got erased.. by Thomas+Charron · · Score: 1

      That'd be great, if...

      They didn't disable all access to *ANY* google service, and send nasty 'This user is disabled for violating....' messages to anyone who attempts to email you.

      --
      -- I'm the root of all that's evil, but you can call me cookie..
  5. What idiot trusts the cloud? by dtmos · · Score: 5, Insightful

    I mean, even its name is vaporous.

    1. Re:What idiot trusts the cloud? by Anonymous Coward · · Score: 5, Insightful

      Exactly. "Oh, I think I'll put all my important information completely under someone else's control. That way, when it's lost, I can just point the finger at the cloud instead of taking responsibility for my own data."

    2. Re:What idiot trusts the cloud? by delinear · · Score: 5, Insightful

      Actually, given the technical ability of the average person, that's probably not a bad thing. This way they have at least some chance of someone technically competent at Google solving the issue for them. If they'd stored it locally and wiped it they'd probably be kissing goodbye to it instead of having a reasonable chance of recovering it. For most people's lolcat and pyramid mails that's a good enough solution - obviously if you're relying on it for storing your company accounts then that's another matter.

    3. Re:What idiot trusts the cloud? by nexttech · · Score: 5, Insightful

      Because its safer then my hard drive.

      It would be interesting to see how many users had their hard drive crash and lost everything yesterday.

    4. Re:What idiot trusts the cloud? by LordLimecat · · Score: 5, Insightful

      It comes down to who you trust more. I have several clients who are looking at email solutions; two options are "host it inhouse with exchange and backup to tape / backupexec", or "Google Docs, and let a dedicated team handle it".

      At the end of the day, they arent going to want to pay for my time to monitor backups, or perform restore testing, or rotate tapes daily. So do i trust that non-technical users will remember to rotate daily (I have several who forget, not realizing its importance despite reminders), or do I trust that Google will overall have less downtime and fewer disasters than a server with no physical monitoring or weekly maintenance?

      I will note that gMail's track record is pretty darn good since its inception; I only remember seeing 2-3 other stories like this in that time, with % affected being very low in a few cases, and I do not ever remember seeing a permenant data-loss scenario. Contrast to the real world, where I go to do a restore for said clients, and it turns out they havent rotated tapes in ages, or the tape drive has needed cleaning for years, or their online backup that they picked out (sans my advice) doesnt actually capture exchange or system state... etc.

      So sure, make claims that "the cloud" is untrustworthy... but there are scores of companies that rely on consultants for server setup and then never have an IT person set foot in the "server room" for several years thereafter-- and thats PRECISELY the market that "the cloud" is perfect for. You offload IT work from non-skilled folks to skilled folks, with the downside of relying on connectivity (though gmail has offline mode...).

    5. Re:What idiot trusts the cloud? by LordLimecat · · Score: 1

      Not everyone has an IT staff. I would prefer that CEOs DIDNT "take responsibility" for their own data, as thats not really their core competency.

      Who do you trust more to keep things operational, a PHB of a 10 employee startup, or Google's Docs team?

    6. Re:What idiot trusts the cloud? by Anonymous Coward · · Score: 0

      Here we go, it rains emails from the cloud....

    7. Re:What idiot trusts the cloud? by Verunks · · Score: 2

      like this would never happen if you run your own mailserver, I personally trust google more than myself, they have who knows how many servers just for gmail, if one goes down it's not a problem since the filesystem is distributed iirc.
      Can you have the same uptime for FREE with your own server? of course not since you actually have to either buy a server and pay the electricity bill or rent a dedicated/shared server somewhere but still pay a fee
      I have been using gmail for more than six years now and I had something like 1 hour of downtime a couple of years ago, and it was just the web interface since they did update apache or something like that, pop3 and imap were still working
      The only thing you need to do is a daily/weekly backup just like with your own mailserver

    8. Re:What idiot trusts the cloud? by Rary · · Score: 1

      What idiot trusts the cloud? I mean, even its name is vaporous.

      How important is your personal email?

      I have two gmail accounts. One of them I'd hardly notice if it got reset. The other one, I might be mildly annoyed for about a minute, but then I'd get over it and continue happily using it.

      The cloud is appropriate for some uses. I want access to my email from anywhere, I don't want to manage it, and there's nothing overly private about the data— 50% of the emails I get are short reminders that I send to myself when I'm at work and think of something I'll need to deal with later, like "garbage day tomorrow", or "wife's birthday coming up".

      --

      "You cannot simultaneously prevent and prepare for war." -- Albert Einstein

    9. Re:What idiot trusts the cloud? by Anonymous Coward · · Score: 0

      And losing your data because of your stupidity is bad why exactly? Aren't humans supposed to learn from their mistakes?

    10. Re:What idiot trusts the cloud? by AdrianKemp · · Score: 1

      I would prefer that my institutions most important data isn't trusted to the hands of the IT department. In fact, I've worked very hard to keep it that way. I don't want to be responsible for the data. I'm happy to create the security measures for it, and happy to train those with the data on how to protect it. I have no interest in and am not paid enough to be directly handling that stuff. The alternative to that is to trust your IT staff with the companies secrets, and start vetting them like CEOs. If you pay them like CEOs too, that's fine.

      Also, for the record, I don't trust Google's teams even as far as I can throw them. I know a few Googlers and trust me that while there are some very bright people at Google, there are also some utter knuckle draggers. Incompetence aside, let's remember that Google is an ad company. I wouldn't trust even the most competent ad company with my data.

    11. Re:What idiot trusts the cloud? by nicholas22 · · Score: 1

      This way they have at least some chance of someone technically competent at Google solving the issue for them.

      They only reason why this is the case now is because Google is trying to flog all their cloud infrastructure and technologies and this makes them technologies look very bad.

    12. Re:What idiot trusts the cloud? by Anonymous Coward · · Score: 0

      Heck, what idiot trusts any kind of data backup without testing restores? Hint: one of my indirect suppliers (;-))

      Any old cloud is fine, but only if it come with stringent, legally binding and financially significant payments in actual money to me if they fail and damage my business. Free additional (and failing!) service doesn't count, although that's one of the usual offers.

      --dave

    13. Re:What idiot trusts the cloud? by Anonymous Coward · · Score: 0

      Because its safer then my hard drive.

      It would be interesting to see how many users had their hard drive crash and lost everything yesterday.

      Are backups really that hard? Regardless of any other issues one may have with Apple, the inclusion of Time Machine as a base feature makes backing up Macs dead simple for simple (hourly) backups. Optionally add a second drive and SuperDuper (or even rsync) and you have an easy way to do off sites in case you get robbed or your house burns down.

      If you're using Linux you should probably be savvy enough to have plenty of options. Any decent options for Windows?

    14. Re:What idiot trusts the cloud? by initdeep · · Score: 1

      several including built in options and free to use options including most anything from linux (via cygwin) or via additional program like SyncBack.

      throw in things like Dropbox which are cross platform, or *gasp* paid solutions like carbonite or mozy, and those without backup are either uncaring or completely clueless.

      hell even my 60 year old mother wanted to know how to make sure her "pictures" sere backed up in case something happened.

    15. Re:What idiot trusts the cloud? by Anonymous Coward · · Score: 0

      You're falling for the "Google will care" problem. Have you ever had a problem with Google? They don't give a rat's ass that you have a problem with their services. I've left domains expire after I registered them through Google. They use GoDaddy but GoDaddy can't fix anything because it's a Google product. Google won't resolve their problems. Think of Buzz. They're not a company worth trusting. Even though they do great stuff and I love gmail, they're a company that can learn helpful lessons about customer service from Gaddafi.

    16. Re:What idiot trusts the cloud? by MobileTatsu-NJG · · Score: 1

      Exactly. "Oh, I think I'll put all my important information completely under someone else's control. That way, when it's lost, I can just point the finger at the cloud instead of taking responsibility for my own data."

      I like how suddenly the single-point-of-failure approach is suddenly the better option.

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    17. Re:What idiot trusts the cloud? by Skuld-Chan · · Score: 1

      Google is actually better at storing email for me than my PC's hard drive - even with this failure. At least with Google they'll have the restore process going right now (I assume).

      And we've all been in that situation where we've had to move pc's and move our entire inboxes. Cloud email certainly makes that easier ;).

    18. Re:What idiot trusts the cloud? by Anonymous Coward · · Score: 0

      Good luck getting your issue solved through Google customer service. Pray every night that Amazon doesn't put you on a terrorist of the state-list, or dislike you in any way, even trying to defend yourself from patent-trolls or defamatory aggression from a third-party through the media and courts.

      If you jump into a cloud, expect to fall right through it.

    19. Re:What idiot trusts the cloud? by Anonymous Coward · · Score: 0

      *hands up*

      Mac Pro killed another drive. It wasn't the system volume, but hey, a dead drive is a dead drive.

    20. Re:What idiot trusts the cloud? by Anonymous Coward · · Score: 0

      I work in the same environment (with lots of small businesses). I see the future being a hybrid cloud environment - data stored both locally and 'in the cloud'.

    21. Re:What idiot trusts the cloud? by StikyPad · · Score: 1

      I usually my hard drive then its safer.

    22. Re:What idiot trusts the cloud? by dawich · · Score: 1

      And Google doesn't backup, and tells companies that want to move to their product that they don't have control of the data, including archive and backup, because it's all in the cloud, and duplicated in many datacenters.

    23. Re:What idiot trusts the cloud? by mlts · · Score: 1

      Similar here. "When confidential information (including credit card info, banking info on customers, account payable, account receivable) gets disseminated by a PFY at the cloud provider who did a quick copy to sell the info to someone offshore, I can point at the cloud and say that they assured me of complete security, where I didn't even need to encrypt PII data. I'd just pay their fees, and they would do all the legwork and locking for me."

      Blah. Only way I'd bother to store confidential data offsite is by copying my TrueCrypt volumes (which are protected by a good passphrase, as well as keyfiles.)

    24. Re:What idiot trusts the cloud? by BitZtream · · Score: 1

      with the downside of relying on connectivity (though gmail has offline mode...).

      It also has IMAP4 and POP3 support.

      With IMAP you've got pretty much everything exchange has too offer. You can even get a plugin for Outlook that will treat an exchange server as a MAPI datastore, allowing you to share your contacts/cals/whatever just like you were connected to an exchange server. It uses shared folders on the server to handle the information sharing, and sub folders under your INBOX for your contacts/notes/whatever.

      IMAP I should point out, is the only mail protocol you should be using for retrieving your mail in a client, especially since 'offline mode' is kind of built in and not tacked on.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    25. Re:What idiot trusts the cloud? by asdfghjklqwertyuiop · · Score: 1

      What idiot trusts a single hard drive?

    26. Re:What idiot trusts the cloud? by grub · · Score: 1


      What idiot trusts a single hard drive?

      I'm sure at one time we've all trusted a single hard drive. I've been bitten by that a few times since 1983. At least backups are easier now (and Time Machine is awesome)

      Oddly I seem to find that IT people are some of the worst for backing up stuff even though they chant the mantra of regular backups to users.

      --
      Trolling is a art,
    27. Re:What idiot trusts the cloud? by houghi · · Score: 2

      Why is it that IT people think in OR/OR and not in AND/AND. GMail supports Imap and pop3, so making a solution where one is the backup of the other should not be something very hard.

      OTOH, deleting your email once in a while is not THAT bad. The amount of times I actually accessed mails from + 1 year is zero. It is easier to get the information anew then it is to find the correct email (even with grepm).

      --
      Don't fight for your country, if your country does not fight for you.
    28. Re:What idiot trusts the cloud? by alcmaeon · · Score: 1

      This way they have at least some chance of someone technically competent at Google solving the issue for them.

      Chance of someone technically competent working for Google--close to 100%

      Chance of someone at Google giving a shit about your lost email--close to 0%

      After all, if you get screwed by their FREE software, what are you going to do, stop paying for it? There is a certain right to complain and entitlement to customer service that comes along with writing a check that just isn't present when you mooch freebies.

    29. Re:What idiot trusts the cloud? by sjames · · Score: 1

      Tape changes will always be delegated around until it reaches the person who pushes the just ejected tape back in and calls it good. Just do rsync or similar to another HD somewhere.

      As for GMail, they have a pretty good track record, but it is important to keep in mind that absolutely nobody will care about your data as much as you do. Next closest is a direct employee who cares about his job. Next is a contractor who considers you a significant client. Next after that is a paid outsource vendor who considers you to be a significant client (small businesses and individuals need not apply) followed finally by a free promotional service that you have been with for ages without converting to a paid account.

    30. Re:What idiot trusts the cloud? by Cl1mh4224rd · · Score: 1

      I mean, even its name is vaporous.

      A cloud run by a competent company is no more or less trustworthy than an in-house solution run by a competent IT department. A cloud run by a competent company is orders of magnitude more trustworthy than an in-house solution run by an incompetent, understaffed, or underfunded IT department.

      For the most part, idiots don't trust the cloud; people and companies aware of their limitations trust the cloud. Idiots tend to be the ones blindly asking the question, "Who trusts the cloud?"

      --
      People will pass up steak once a week, for crap every day.
    31. Re:What idiot trusts the cloud? by hawguy · · Score: 1

      What idiot trusts a single hard drive?

      Pretty much every idiot that is buying a computer at Best Buy - while most people know that they *should* be backing up their data, few do. Of all of the non-techy computer users I know, only one is backing up her data, and that's because her operating system came bundled with software that makes it trivally easy: Time Machine. Does Win7 come with any easy to use backup software?

      Windows seems to go out of its way to make it difficult to backup software and application data needed to recover in the event of a drive failure. Since some applications choose to store data in their own application data folder, even if a user backs up MyDocuments regularly, they can still lose data in the event of a hard drive crash.

      I've been using Windows for years, but still have no idea how to back up an application such that I can restore it and all of my settings on a new hard drive (without doing a full-disk backup)

      But just as bad (or worse) are those that say "I don't need backups, I have RAID!". Those are the people that know the importance of backups, but choose to ignore them because they think RAID protects them.

    32. Re:What idiot trusts the cloud? by nanoflower · · Score: 1

      I've been trusting Gmail to hold on to my email for me. There hasn't been any problems so far and there's nothing there that I absolutely can't deal without. If it all went away I would be forced to do some hunting and perhaps ask some people to resend some information to me but it's nothing critical so I didn't really worry about.

      That said I just went ahead and set up my email client to retrieve the data from Gmail and to leave a copy there so I know have the data in two locations. It doesn't hurt to have a second source for the information and since it's only a few hundred emails it takes up almost no space. I think Gmail's counter said I was using around 75MB of space and that's with the spam.

    33. Re:What idiot trusts the cloud? by Anonymous Coward · · Score: 0

      It would be interesting to see how many users had their hard drive crash and lost everything yesterday.

      Nope, never did. And I run data archives (on my own system) once a week. It only takes about 10 minutes, and it does an initial major archive, then incremental backups after that. Once every 6 months, I dump the archive uncompressed to DVD, do checksums on both the backup and dvd to make sure everything is good, then wipe the whole archive, and do a full backup. A DVD costs about 5 cents. 5 cents every 6 months. A dime a year (or a buck every decade), to not lose any important information.

    34. Re:What idiot trusts the cloud? by MorpheousMarty · · Score: 1

      Exactly. "Oh, I think I'll put all my important information completely under someone else's control. That way, when it's lost, I can just point the finger at the cloud instead of taking responsibility for my own data."

      Putting things in the cloud doesn't make it impossible to backup. If you don't know by now you need to backup your data, then you will just learn the hardest way.

    35. Re:What idiot trusts the cloud? by Methuseus · · Score: 1

      unfortunately I have found that only about 10% of subjects actually learn from mistakes. Myself, I learn from some mistakes but not others.

      --
      Two things are infinite: the universe and human stupidity, though I'm not yet sure about the universe. - A Einstein
    36. Re:What idiot trusts the cloud? by purpledinoz · · Score: 1

      You guys are all pussies. My data is backed up on stone slabs. I don't even need electricity to access my backups.

    37. Re:What idiot trusts the cloud? by joeyadams · · Score: 1

      I guess we'll all be like Grampa Simpson in a few years.

    38. Re:What idiot trusts the cloud? by Pioto · · Score: 1

      Does Win7 come with any easy to use backup software?

      Yes, it does. From what I recall it even nags you to set it up. At least, I know it nags you when, after setting it up, your backups fail for whatever reason (out of disk space, etc).

    39. Re:What idiot trusts the cloud? by Threni · · Score: 1

      What idiot doesn't back up their Gmail email if it's important to them?

    40. Re:What idiot trusts the cloud? by martin-boundary · · Score: 1
      Eh? Computers are still too hard, so let's farm out people's email to the cloud?

      There's no reason why we can't build easy to use software that runs on people's own hardware, and keeps people's private data locally. The possibilities are endless.

      How about an ipod form factor personal server, that does email? You could go to any PC and access the mail in your pocket via bluetooth for example. Or how about a server that you stick in a wall socket of your bedroom and forget about? If the server registers its IP address on a global website, you could go to any PC anywhere, log onto the website, and communicate with your own mail server. Backups could be just as easy. Say you buy a new personal email server box, it comes with a cable that you stick in the old box you've used for years, and it just copies all the mail. Then you can throw the old box away, and plug the new one in. With proper designs, ordinary people should be able to do everything.

      The cloud is just an excuse for companies like Amazon and Google to monetize the huge investments they've made into their computing farms. It's great for some computing problems, but shouldn't be used to store anybody's data permanently.

    41. Re:What idiot trusts the cloud? by Anonymous Coward · · Score: 0

      that sounds very logical in my country

    42. Re:What idiot trusts the cloud? by Anonymous Coward · · Score: 1

      I am the skilled, in-house IT person who can (and in some cases, does) host services internally. I also offload certain things, "in the cloud".

      The sad fact is that I'm not as good as teams of people focused on each individual service. I just can't compete with the infrastructure, security, features, cost and accessibility of CRM services quite like Salesforce can. Or those same metrics in accounting services like Intuit can. I choose to deal with mail internally, but if you take an objective look at things, it would probably be smarter for me to hand this off to Google too. They're cheaper, safer, faster and provide a better feature set than I can do with in-house exchange info store servers, expensive and error-prone backup devices and media, certificates, dmz'd front-ends, 24x7 support, etc.

      Almost no small business can compete at all levels with the resources these large services bring to the table. Unless there were 5+ of me to deal with each service and a budget to match, it's just an unlevel playing field where the benefit of hosting internally doesn't come close to competing with the benefits of hosted services by large, capable companies.

      So of course you have to consider the service, the provider and the resources you have... but I've found that equation rarely validates my desire to DIY. It's scary to think about, but many of us IT guys are having to deal with the fact that our job descriptions are either changing or vanishing all-together.

      I could piss-and-moan all day about it, but I'm better off learning to make these decisions objectively and charge for my services.

    43. Re:What idiot trusts the cloud? by sycorob · · Score: 1

      What idiot trusts car mechanics? "Oh, I think I'll take one of my most valuable physical possessions, that I depend on for my livelihood, take it to some guy I barely know, and have him mess around in there and fix stuff. Yeah! And even if it's something I could do myself for half the price, like an oil change, I'll still have this guy do it."

      I don't cut my own hair, I don't grow my own food, and I don't run my own offsite redundant backup system, or host my own email. Partly I just don't want to, and partly I suspect that I'm probably not the best at that stuff, and I'd rather pay a little to have a professional do it. It's not foolproof, as we can see from this story, but it still seems like the better bet in the long term.

    44. Re:What idiot trusts the cloud? by Anonymous Coward · · Score: 0

      > gMail's track record is pretty darn good

      So 2-3 mass deletions like these is pretty darn good in your book? Wow, I hope I never work with you. It's a disastrous track record in mine; my email server has been working for a decade and has never lost a single email at that, nor has it caused any problem at all. That is called a perfect track record and that's how you want your servers to work.

      But hey, let's have fun. I can't wait until they test it and I log in and delete everything, or maybe bcc jokes to the CEO about him, or mix and match schedules, then watch them go back to *my* server puzzled BWAHAHA JOB SECURITY MUHAHAHA THXBYE

    45. Re:What idiot trusts the cloud? by Grishnakh · · Score: 1

      I don't trust car mechanics, and always do everything myself, including engine rebuilds. The people who work as auto mechanics aren't the smartest people around, nor the most thorough or conscientious. In addition to that, their charges are ridiculously high: about $70/hour here in AZ. People here always say their time is "so valuable"; I don't know about most geeks, but I don't make $140k, and I can make time in the evenings to save some money.

      However, if I had an aircraft, I probably would trust an aircraft mechanic, simply because the testing and certification standards for those people are so much higher than car mechanics, and any incidents that are traced back to them will cause them to lose their certification. Not so with auto mechanics: your wheels can roll off your car and nothing happens to those guys, except maybe a lawsuit against their employer.

      I do cut my own hair (honestly, if you're a man and need a specialist to cut your hair, you must be gay) because it's free and takes about 5 minutes. Short, military-style haircuts are easy to do yourself with a set of electric clippers. 5 minutes at a time convenient to me vs. an hour or more (including driving time) at a time convenient to someone else is a no-brainer as far as time is concerned.

      I don't grow my own food simply because I don't have the time for it, especially not for raising livestock (which is illegal in most cities anyway).

      This idea that "professionals" are better at stuff than the rest of us is usually wrong. You can see this in the quality of food grown in this country: most of it is crap, from grain-fed beef (cows aren't supposed to eat grain), animals given megadoses of antibiotics, fruit that has no taste because it's picked way too early, etc., you'd be much better off growing your own food if you have the time and space. Auto mechanics are constantly making stupid mistakes, like overtightening wheel nuts and crossthreading them, not to mention sabotaging customers' cars for repeat business. Professionals only do something for the money, and to make more money, they do it as quickly and shoddily as they can.

    46. Re:What idiot trusts the cloud? by Grishnakh · · Score: 1

      Exactly. With today's HD prices, it's inexcusable to not at least have mirrored drives on a desktop computer. In addition to that, it's inexcusable to not do regular backups.

    47. Re:What idiot trusts the cloud? by Daengbo · · Score: 1

      Or how about a server that you stick in a wall socket of your bedroom and forget about? If the server registers its IP address on a global website, you could go to any PC anywhere, log onto the website, and communicate with your own mail server.

      Add a distributed social network, Status.net, a photo gallery, etc. and you've got something. (BTW, one of the big conversation topics at the XSF Summit was about XMPP usage in the browser -- see my sig. This along with local cache would solve most of our problems.)

    48. Re:What idiot trusts the cloud? by Kalriath · · Score: 1

      The crappy service applies equally to when you're paying for it.

      --
      For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
    49. Re:What idiot trusts the cloud? by RobertM1968 · · Score: 1

      Exactly. "Oh, I think I'll put all my important information completely under someone else's control. That way, when it's lost, I can just point the finger at the cloud instead of taking responsibility for my own data."

      But what do you do on a cloudless sunny day?

    50. Re:What idiot trusts the cloud? by RobertM1968 · · Score: 1

      Google is actually better at storing email for me than my PC's hard drive - even with this failure. At least with Google they'll have the restore process going right now (I assume).

      And you have assumed correctly!

      Update 3: "One-third of users have now had their account access restored, according to Google"

    51. Re:What idiot trusts the cloud? by cavebison · · Score: 1

      Because its safer then my hard drive.

      Because you obviously don't do backups.

      Just because Google is a huge organisation with resources to spare for strenuous recovery attempts, doesn't mean "the cloud" is reliable. The cloud is made up of lots of companies who might not be around in another year.

      Go ahead and trust your information to them without being responsible for your own backups. Home storage & backup devices will soon be commonplace anyway, no longer restricted to the tech-savvy. I advise you use them.

    52. Re:What idiot trusts the cloud? by cavebison · · Score: 1

      You offload IT work from non-skilled folks to skilled folks, with the downside of relying on connectivity

      You're leaving out the downside of "the cloud" being mainly made up of start-ups who might not be around for another year. Then where's your data?

      Not all cloud providers are Google, MS and SalesForce.

    53. Re:What idiot trusts the cloud? by Anonymous Coward · · Score: 0

      Bzzzt... its not only GMAIL its HOTMAIL YAHOO and a few other semi popular web based mail systems.
      I have regularly had issues with all the email systems. That is why I still only trust snail mail (although to be fair it has its issues as well). But at least the government (USPS) replies to issues where as the others just ignore you. Neither givers any real answers though.

      I do not use FEDEX all that much anymore as one time I had over a dozen complaints open and not only was I ignored I just went over to use their competitors which turned out to be the best thing I have done. I ordered an IPAD and put a trace on the package and followed all over SE China and SE ASIA before it finally was brought here to the states. To be fair with IPAD there was some sort of war going on at the time in Thailand(?).

      No one is perfect but I am more forgiving when I ask and get an answer than being ignored.

    54. Re:What idiot trusts the cloud? by Anonymous Coward · · Score: 0

      > Because its safer then my hard drive.

      THAN your hard drive. THAN. You are comparing two things, so use THAN.

      Once you have mastered this, *then* we can move on to more advanced grammar.

    55. Re:What idiot trusts the cloud? by micheas · · Score: 1

      I have found that either you use an automated system to delete old emails, or it is too much of a hassle.

      Gmail makes finding old emails fairly trivial.

      I generally use a desktop email client, but when looking for an email I always use a web browser.

    56. Re:What idiot trusts the cloud? by slim · · Score: 1

      I don't trust car mechanics, and always do everything myself, including engine rebuilds. The people who work as auto mechanics aren't the smartest people around, nor the most thorough or conscientious. In addition to that, their charges are ridiculously high: about $70/hour here in AZ. People here always say their time is "so valuable"; I don't know about most geeks, but I don't make $140k, and I can make time in the evenings to save some money.

      Presumably, at some point in the past, you paid your dues and spent time learning about car mechanics. I promise you, car jobs that would take you 10 minutes, would take me a whole day, may need me to buy tools I don't already own, would carry a strong risk of me screwing something up badly enough that I'd need to call in an expert, and would wind up more expensive than paying a mechanic.

      Plus, time is valuable. I'm not talking about the money I could earn working the same hours. I'm talking about the rewarding things I could do with the time if I wasn't struggling with the greasy bits of a car. It's opportunity cost.

      Similarly, I've paid my dues and know a bit about computers. I can set up a decent backup regime fairly easily. Someone who uses computers the way I use a car, would find it more of a time consuming challenge.

      I don't grow my own food simply because I don't have the time for it

      Well, maybe if you spent less time on your car... See? Opportunity cost.

    57. Re:What idiot trusts the cloud? by gottabeme · · Score: 1

      Sounds like you want a FreedomBox (Google it :).

      --
      "Those who consume the bulk of goods are those who make them. We must never forget this secret of our prosperity."
    58. Re:What idiot trusts the cloud? by Grishnakh · · Score: 1

      With most car repair jobs, you have to spend time driving to the place, then you have to wait around while they do the work for you. What "rewarding things" could you do while waiting in the waiting room? For the longer jobs, you have to drive there, then find a ride home (or worse, get a rental car if the repair place is backed up). It's not like the repair shop comes and gets the car for you and delivers it back to your home when they're done. An exception is the windshield-replacement guys: they come to your site (home or work), so they don't take any of your time at all and are definitely worth it (esp. since any decent insurance policy covers the cost). But for most other things, including oil changes, the time you have to spend getting it done is actually longer than just doing it yourself.

    59. Re:What idiot trusts the cloud? by slim · · Score: 1

      With most car repair jobs, you have to spend time driving to the place, then you have to wait around while they do the work for you. What "rewarding things" could you do while waiting in the waiting room?

      I guess that must be the American way. Here in the UK, you'd typically drop your car off at a mechanic near your workplace, walk (*) the rest of the way to work, and collect it at the end of the day. Or something similar.

      Or if it's a short job, do your grocery shopping while it's being done. There's no reason to sit around in the waiting room.

      (* or get a lift from a colleague, or take the bus, whatever)

      I just Googled for some instructions on how to do an oil change. I'd rather let a professional do it. He'll have the right size wrench. He'll know for sure he's not undoing the wrong cap, and will identify the right one in seconds. He'll already be wearing overalls. He'll take 5 minutes doing it, where I'd take an hour or more. He gets to do it in a properly equipped garage; I'd have to do it on a public road with passers by watching.

      Not that I've ever knowingly had an oil change done. At a guess, it's bundled in with a service.

    60. Re:What idiot trusts the cloud? by Ol+Olsoc · · Score: 1
      Funny you asked about trust at this moment. If Google screws up, or if the mythical CEO screws up, the results can be surprisingly similar. I don't know any CEO's that do IT support.

      If In-house IT people accidentally reset my email, it looks a lot like when Google does it

      Which means what I consider the main reason to go to the cloud is - putting responsibility on someone else. Remember, there were a lot of smart people in 2005-6 who said that housing prices would continue to rise, that the new economic paradigm was perpetual debt, and we were going to do great as a service only economy. That worked out just great didn't it?

      We're just heading for a disaster all over again. Ask for the citation in 5-10 years.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
    61. Re:What idiot trusts the cloud? by Grishnakh · · Score: 1

      Weird.

      Over here, your car mechanic is not likely to be anyplace near where your work, unless you work in retail or something (this is Slashdot, so it's pretty safe to assume readers here work in IT or engineering). Anyone who works in retail doesn't get paid much, so they're even more likely to try to do their own car work because they can't afford to pay someone else to do it. (Those who can't will advertise on Craigslist, offering to barter services.)

      In fact, the idea of walking anywhere from your car mechanic is laughable here. Nothing is close enough to do that.

      A lift from a colleague? You must know your cow-orkers very intimately to ask them for rides like that. Not to mention live very close to them. Over here, cow-orkers aren't going to want to drive an extra 30 minutes out of their way to give you a ride, and will tell you to call a cab instead (there's another $30-40 added to your costs for having a "professional" do it).

      As for public roads, everyone here has a garage, or at the very least a carport, except for apartment-dwellers (and even some of those have garages too) who have to contend with assigned parking spaces.

    62. Re:What idiot trusts the cloud? by patm1987 · · Score: 1

      I live in an apartment without a garage, and a slanted parking spot to boot. Meanwhile, I can drive down the road to the mechanic not 5 mins away, and then my regular mechanic will often give me a ride to work gratis (though I tend to leave a nice tip) or a co-worker can pick me up. In the summer I tend to just shove my bike in my car and bike to work after dropping my car off. Even when I've gone to a larger place (once my car broke down at night and I had little choice but to have it towed to Firestone) they offered me a ride to work at no extra charge (I just assumed it was par for the course). And, for what it's worth, American here - professional software engineer (not "retail"). The one downside is that I can't really walk because there aren't sidewalks on all the roads and the bus/public transit around here is horrific.

      --
      This signature is pure win!
  6. Only I value my data enough to protect it properly by Anonymous Coward · · Score: 5, Insightful

    There is only one person in the world who values my data enough to protect it properly, and that person is me.

  7. Yay cloud. by Anonymous Coward · · Score: 2, Funny

    Yay cloud.

    1. Re:Yay cloud. by anomaly256 · · Score: 1

      God I hate that microsoft ad.. as far as I can tell they're RDP'ing to their home pc anyway. wtf does that have to do with the cloud?! the entire marketing campaign is flawed.

    2. Re:Yay cloud. by AdrianKemp · · Score: 1

      First: I completely agree with you in every way about the ad.

      Second: Hidden between the lines of the commercial is the actual feature they're advertising. Windows Live Mesh has some form of DDNS that you can register your PCs to and connect anywhere in the world (possibly with a connection broker to avoid port issues?). That's the feature they're trying to advertise and failing miserably at.

    3. Re:Yay cloud. by Octorian · · Score: 1

      Not to mention that the public WiFi in any airport/hotel is likely to be so painfully slow that RDP (let alone video streaming) would be damn near impossible. (and you might have to pay extra for the usage privilege)

      Unless, of course, they wanted another monthly bill for a wireless broadband card. (Or had a cell phone that could tether at usable speed/latency for such activities.)

    4. Re:Yay cloud. by anomaly256 · · Score: 1

      I doubt 3g or even 4g could keep up with streaming decent quality video. Specially in my country where coverage is sparse, cells over-committed, and networks are patchy at best

  8. Seems like a good place to suggest backup solution by Mascot · · Score: 5, Informative

    A stand-alone application seems the safest way to go. Personally, I use MailStore (free home edition) to ensure a local backup of my Gmail mails.

    I suspect offline access via Gears wouldn't help much in this case. It's supposed to stay in sync so I guess logging into an empty account would sync the local gears data into oblivion as well. The same would presumably be true of a local IMAP client (though that could at least be recovered from a backup and then opened in offline mode).

  9. I haven't paid anything for this but by carou · · Score: 4, Funny

    I demand my money back!

    1. Re:I haven't paid anything for this but by mwvdlee · · Score: 1

      Google already did.
      Check your account transcript; you will find you recieved exactly nothing from Google.

      --
      Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
    2. Re:I haven't paid anything for this but by fishbowl · · Score: 1

      What about commercial users who pay for Gmail? I think it's on the order of $50 per year per user. Google Mail is much more than just a free mail service.

      --
      -fb Everything not expressly forbidden is now mandatory.
    3. Re:I haven't paid anything for this but by slim · · Score: 1

      What about commercial users who pay for Gmail? I think it's on the order of $50 per year per user. Google Mail is much more than just a free mail service.

      Do you reckon, just maybe, the SLA contract for paying GMail customers covers this kind of thing?

    4. Re:I haven't paid anything for this but by bonch · · Score: 0

      They, on the other hand, made money off of indexing your personal data and selling advertising space for it. What a deal!

    5. Re:I haven't paid anything for this but by Glendale2x · · Score: 1

      It does. The SLA gives paying users up to 15 days of free service.

      http://www.google.com/apps/intl/en/terms/sla.html

      --
      this is my sig
    6. Re:I haven't paid anything for this but by Anonymous Coward · · Score: 0

      and I my privacy back!

    7. Re:I haven't paid anything for this but by micheas · · Score: 1

      Ironically, Google does not relate your mail store to the ads they display. They actually proposed legislation banning this, because that is what at least one of their competitors does. What google does is render the page and parse the initial text to find the ads to put on the final output.

      Google has enough of a dossier on you that they don't need your email to figure out what ads to show you.

  10. The cloud by return+42 · · Score: 2

    ...and be less trusting of the cloud.

    Sorry, can't. I don't trust it at all.

    1. Re:The cloud by slick7 · · Score: 1

      ...and be less trusting of the cloud.

      Sorry, can't. I don't trust it at all.

      It's ok to build castles in the clouds, just don't try to move in.
      Besides, how else is the "intelligence" community going to cover up unlawful access of personal emails?

      --
      The mind conceives, the body achieves, the spirit manifests.
  11. Gmail-Backup by dHeinemann · · Score: 5, Informative

    This is exactly why it's important to keep backups. Gmail Backup is a pretty straightforward way to back up your Gmail account. You can also use it to upload emails from one account into another.

    1. Re:Gmail-Backup by Mascot · · Score: 2

      That page doesn't render for me in Firefox or Chrome. View source draws a complete blank as well. Slashdotted or otherwise broken?

    2. Re:Gmail-Backup by dHeinemann · · Score: 1

      That page doesn't render for me in Firefox or Chrome. View source draws a complete blank as well. Slashdotted or otherwise broken?

      Yeah, it seems broken at the moment. It was working fine a few hours ago when I visited the page after reading this article on a different source. Google's cache version seems riddled with errors.

    3. Re:Gmail-Backup by Anonymous Coward · · Score: 0

      that links to a blank page, or is that a joke ?

    4. Re:Gmail-Backup by JustOK · · Score: 1

      Google reset it.

      --
      rewriting history since 2109
    5. Re:Gmail-Backup by MBaldelli · · Score: 2

      that links to a blank page, or is that a joke ?

      Checking that link through google, I see the following in cache:

      Warning: User 'drupal_16www7606.gmail-backup.com' has exceeded the 'max_questions' resource (current value: 10000) query: SELECT CASE WHEN status=1 THEN 0 ...

      Most amusing

      --
      "The truth points to itself." - Kosh, Babylon5
    6. Re:Gmail-Backup by Anonymous Coward · · Score: 0

      Always back up your data on-premises. No, wait...

    7. Re:Gmail-Backup by ittybad · · Score: 1

      Google Cache of Gmail Backup
      It shows a bunch of spilled over mysql from an error. I'm not of the hacker persuasion, however, it would seem that exploitable data has surfaced. I would be tempted to use a different service.

      --
      No single raindrop believes it is to blame for the flood.
    8. Re:Gmail-Backup by Anonymous Coward · · Score: 0

      That page doesn't render for me in Firefox or Chrome. View source draws a complete blank as well. Slashdotted or otherwise broken?

      google says

      Warning: User 'drupal_16www7606.gmail-backup.com' has exceeded the 'max_questions' resource (current value: 10000) query: SELECT CASE WHEN status=1 THEN 0 ...

      so, yep =)

    9. Re:Gmail-Backup by CannonballHead · · Score: 1

      It was hosted on Google Sites.
      ;)

    10. Re:Gmail-Backup by Anonymous Coward · · Score: 0

      They failed to backup the site before it was slashdotted into oblivion.

    11. Re:Gmail-Backup by Anonymous Coward · · Score: 0

      sites down but you can get an archive page, and go to alternate down load page from here

      http://replay.waybackmachine.org/20090318083613/http://www.gmail-backup.com/

    12. Re:Gmail-Backup by micheas · · Score: 1

      There isn't that much in the error message that wouldn't be known just by knowing that they use drupal.

      The first thing that one notices is that they do not use a prefix on their drupal database tables.Which, considering that the default in drupal is not to use a database prefix, this would be an attackers first guess.

      The second thing that was noticeable is that the max connections is 10000, and they are all in use. Which implies an amazing load, or a poorly configured server. Personally, I suspect the latter.

    13. Re:Gmail-Backup by helios17 · · Score: 1

      yes, broken here.

      --
      Windows assumes you are an idiot...Linux demands proof.
  12. Gmail has always been somewhat of a crapshoot by sarbonn · · Score: 2

    While I still love my gmail account, I also know of so many stories of people close to me who have lost their gmail accounts due to some weird glitch or choice made by Google. Yet, I'm still a fan of the service and maintain mine. I just don't use it as my main account because I realize that any one time I can probably lose it. Whenever you rely on a service that requires trust in an entity that might not be there tomorrow, or has a tendency to do really weird things without first informing customers, you really have to be careful with what you're doing. That doesn't mean I have to hate gmail, but at the same time it means I'm a lot more careful when dealing with it.

    --
    Sarbonn's blog: http://www.sarbonn.com/blog
    1. Re:Gmail has always been somewhat of a crapshoot by linuxgurugamer · · Score: 3, Insightful

      Happened with Bigfoot.com. They advertised free unlimited email, then one day they started limiting it to 20 messages a day. I left them as soon as I was able to change all the accounts pointing to it.

      Now I have my own domain, and while it's on a CPanel-based box somewhere in Texas, I can do regular nightly backups of everything, and if I need to can move it to another host and simply change the DNS.

    2. Re:Gmail has always been somewhat of a crapshoot by pmontra · · Score: 1

      [...] I also know of so many stories of people close to me who have lost their gmail accounts [...]

      I know somebody who's got his gmail password stolen and changed. He's locked out from his mail now and no, there are no local backups. That made me like even more my habit of using gmail only as a POP3 server and download everything to my notebook. I sync it to my netbook with unison when I need my updated mail on the smaller box. I've got some gmail accounts (1 mine + a few customers) and some other POP3 ones for my own companies and but one can't leave anything important there. I'm at about 101,000 messages now. Local copies + (remote) backup are best.

    3. Re:Gmail has always been somewhat of a crapshoot by datapharmer · · Score: 1

      because someone can't hack your gmail account, change your password and lock you out of pop access?

      --
      Get a web developer
  13. Re:Cloud by TaoPhoenix · · Score: 2

    But it's so soft and fluffy and will cradle you in a cushion of customer service who will get you back up and running in no time! /humor

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  14. No worries... by Anonymous Coward · · Score: 1

    ... Google has repeatedly said they could not guarantee that deleted mail was actually deleted. With such built-in redundancy everything should be back in order in no time.

  15. Mistakes or Karma by mfh · · Score: 2

    I suspect this bug was avoidable. The thing with Google is they are learning what it's like when you abandon the policy of doing no evil. You lose sight of the important things like minimalism, reduction of bloat, and overall user satisfaction.

    They are no longer reliable.

    The replacement for Google will do the following:

    1. Create stable search with minimalist reliable results, perhaps P2P generated.
    2. Not cater to douchebags on the internet trying to get rich quick.
    3. Supply secure/reliable minimalist email service.
    4. Supply secure/reliable minimalist hosting service.
    5. Supply secure/reliable minimalist discussion and social networking.
    6. Supply secure/reliable products and services people want without commercial interruption. (this is the financial medium, business gurus)
    7. Do no evil.
    8. Be very wise about it all.
    9. Be aware of the dangers and circumnavigate them well in advance.

    --
    The dangers of knowledge trigger emotional distress in human beings.
    1. Re:Mistakes or Karma by Anonymous Coward · · Score: 0

      And I suppose that successors business plan will look something like this?

      1.) Create User friendly search engine "for the people" to "fight the man".
      2.) ??????
      3.) Profit.

      I believe Google tried the strategy above, then they realized that they needed money to pay those paychecks and to keep those hip corporate offices running. I sincerely hope that one day we will reach a point where altruism triumphs over mammon, and respectful conversation and honest business beats out corporatism and consumerism, but I'm not going to hold my breath.

    2. Re:Mistakes or Karma by geminidomino · · Score: 1

      10. Become the new search engine of choice and cruft out every offering with stupid and useless javascript misfeatures, dirty datamining tricks, and other miscellaneous trash .

      It's the circle of fail. </EltonJohn>

    3. Re:Mistakes or Karma by mfh · · Score: 1

      10. Become the new search engine of choice and cruft out every offering with stupid and useless javascript misfeatures, dirty datamining tricks, and other miscellaneous trash .

      Yeah but I can still dream of a world where we don't have to cater to fuckwads in power, can't I?

      --
      The dangers of knowledge trigger emotional distress in human beings.
    4. Re:Mistakes or Karma by geminidomino · · Score: 1

      You can, but I wouldn't suggest it.

      It makes waking up far too painful.

    5. Re:Mistakes or Karma by mfh · · Score: 1

      then they realized that they needed money to pay those paychecks and to keep those hip corporate offices running.

      I have no problem with this. They corrupted their image when they went from this grassroots company of free-thinkers to change the world, and then they started targeting the douches for money, and then Google became the great douche enabler of the internet. Sure they also enable regular folks too, but they don't make money doing that. They make money by collecting it from 85%+ of the worlds worst kinds of people.

      --
      The dangers of knowledge trigger emotional distress in human beings.
    6. Re:Mistakes or Karma by mfh · · Score: 1

      It makes waking up far too painful.

      :(

      Reminds me when Star Trek TNG started with the focus on the economy being shut down, and people going to work because they wanted to do something with their lives instead of laze around. But then it clicks in... there still is an economy and if you don't get money they start shutting off services, and you can't eat... so it's bad all around.

      But we all know the invention of replicators would make any economy a thing of the past. Fucking bastards already have it somewhere and are waiting to milk it... somehow!! /tinfoilhat

      --
      The dangers of knowledge trigger emotional distress in human beings.
    7. Re:Mistakes or Karma by BitZtream · · Score: 1

      Okay, sounds great, whos gonna pay for it and ensure it doesn't get corrupted like Google? You?

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
  16. Re:Only I value my data enough to protect it prope by camperdave · · Score: 5, Insightful

    There is only one person in the world who values my data enough to protect it properly, and that person is me.

    ...And I don't eve trust that person to do it properly.

    --
    When our name is on the back of your car, we're behind you all the way!
  17. Re:Only I value my data enough to protect it prope by 1s44c · · Score: 3, Insightful

    There is only one person in the world who values my data enough to protect it properly, and that person is me.

    Dam right. Trusting your email to a company who's main business is mining data can't be safe either. Having your data spread out over god knows how many countries and subject to the whims of who knows what government agencies doesn't sound like a good idea.

    I run my own mail server and do nightly backups of my whole mailstore. Any decent linux admin should be able to setup a cheap virtual machine and a BackupPC server at home to do the same. In fact any decent linux admin should enjoy setting it up.

  18. User education about faults and backups needed by asdf7890 · · Score: 1

    While there are not (as yet, as far as I've seen) any people yelling and shouting for heads to role because some of their precious data is lost, I expect it to start soon.

    There are far too few people who understand the danger of having only one copy of information, and people seem even more naive when that copy is help by another party (they assume that someone else is dealing with it, and seem to expect there will be some sort of come-back if the service they pay nothing for loses some of their info).

    I'm not sure how we'd go about it, but the general public really needs to be hit around the head with the clue-stick on the matter. It probably needs to start in schools. I'm pretty sure from talking to younger family and friends (the conversation usually starts with something like "my cheap USB stick isn't working, can you read my document off it for me?) that good backups is not something covered in IT lessons at school (or if it is taught, it isn't drummed in hard enough) and it should be.

    People need a better appreciation of how many things can cause damage or loss of data, and how easy it can be to protect yourself from the worst side-effects of that damage/loss simply by looking after your information properly.

    1. Re:User education about faults and backups needed by slim · · Score: 2

      While there are not (as yet, as far as I've seen) any people yelling and shouting for heads to role because some of their precious data is lost, I expect it to start soon.

      There are far too few people who understand the danger of having only one copy of information, and people seem even more naive when that copy is help by another party (they assume that someone else is dealing with it, and seem to expect there will be some sort of come-back if the service they pay nothing for loses some of their info).

      The expectation is that the 3rd party (Google in this case) are doing the backing up for you. If you were paying for Google Apps, you'd make damned sure your contract says so. As a free GMail user, I admit I haven't read the small print recently, but my assumption is that my data is "backed up". "Backed up" in quotes, because rather than there being a regular copy made to tape or whatever, their storage grid inherently has everything in multiple places.

      They seem to be saying they'll recover the mailboxes in due course. If that's true, then it shows that their service is "as good as" having your own backup. Indeed it's better, because they did the recovery for free. Most people find recovering from their backup non-trivial.

      If they fail to recover even one of these accounts, that's a big fail for Google.

    2. Re:User education about faults and backups needed by Jumperalex · · Score: 2

      I know one place where the value of backups is learned hard and fast: Grad School. I warned my classmates (read: I explained to them how paranoid I was) but everyone scoffed until on of them lost 6 months of thesis work. Never have I seen the phrase "spooked the herd" so convincingly demonstrated. Next thing you knew "saving" your work meant clicking save (to thumbdrive), clicking print, clicking email-to, and copy-to-network. We had two more people "lose work" who were subsequently saved by the process ... no one ever had to resort to retyping from the printed document ;-)

      --
      If you can't be good, be good at it!
    3. Re:User education about faults and backups needed by Ephemeriis · · Score: 3, Insightful

      Honestly, I think that for most people this just isn't a concern.

      Most folks have been bitten by the lack of a backup at some point. You can't tell me they've never been working on a paper for a class and had the machine crap out on them - losing many pages of work. You can't tell me they've never been playing a game and had the machine crap out on them - losing a couple hours of progress. You can't tell me they've never sent an SD card through the laundry - losing some irreplaceable photos. You can't tell me they've never clicked "submit" on some forum comment or Facebook post and had the website malfunction - losing whatever witty thoughts they had at the time.

      It happens all the freaking time.

      But, for the most part, that information isn't all that valuable.

      Folks will curse and mutter... And then re-type their paper, or re-play the game, or live without those pictures.

      Folks won't feel like they need to back up their data until they're really burned by it. Just telling people that they need to make backups is not enough. Just teaching it in class isn't enough. Folks need to lose something that they care about.

      --
      "Work is the curse of the drinking classes." -Oscar Wilde
    4. Re:User education about faults and backups needed by fishbowl · · Score: 1

      >While there are not (as yet, as far as I've seen) any people yelling and shouting for heads to role because some of their precious data is lost, I expect it to start soon.

      I would expect it to start from an institutional user of Gmail, not from a free user. I'm getting the impression that it isn't well-known even among Slashdotters that there are a lot of medium-sized businesses with Google Mail as their MX.

      --
      -fb Everything not expressly forbidden is now mandatory.
    5. Re:User education about faults and backups needed by Combatso · · Score: 1

      There are two types of people who keep backups. Those that have lost everything, and those that have not.

    6. Re:User education about faults and backups needed by asdf7890 · · Score: 1

      The expectation is that the 3rd party (Google in this case) are doing the backing up for you.

      Which is part of my point. You expect them to not have single points of failure, you expect them to have suitable well tested backup regimes, and in both cases your expectations are probably correct (though we'll see for sure when this current mess is/isn't resolved. But they are a single entity as far as you are concerned and therefore should, unless you have audited their procedures, be considered a single point of failure if you have any mission critical (or otherwise important) information stored on their systems. Yes they may have backups, but *you* can't access them. If something drastic were to bring the system down for a whole day or more you would be without both your live service and your archived data - at least if you had your own backup regime using resources elsewhere you would have your current (at the time of the incident) and archived mail even if you don't have incoming mail until the situation is fixed.

      If Google are both your active service and your backups, then they are a single point of failure for you. I don't mean this as a slight against Google (in fact I'd trust them more than most companies I could mention): it applies to any and every hosted service especially if you don't have a strong set of SLAs with heavy payback (enough cover inconvenience, which could include loss of business, not just a refund for service prorated based on down-time) due to you in instances of non-compliance with those SLAs.

    7. Re:User education about faults and backups needed by Anonymous Coward · · Score: 0

      I've never been bitten by the lack of a backup. I have been bitten by the lack of a backup to the backup, however.

    8. Re:User education about faults and backups needed by Anonymous Coward · · Score: 0

      Apropos nothing in particular, however, I have indeed sent USB sticks through the laundry - careful drying for 48 hours at room temp, data/function 100% - not a problem, which I personally find both surprising & pleasing. Dunno if I would recommend it as a regular data cleaning procedure, nor I am sure about the merits of trying this with SD cards, etc. - maybe your p0rn will vanish, or summat, I dunno.

      I can also confirm, however, as a part-time organiser of open-air events for young people during which alcohol is partaken, most varieties of USB MP3 player sadly fail to survive a few days in a puddle of water. Never tried an MP3 player in the laundry either, nor would I recommend such personally, regardless of how convenient a method this may seem of cleaning otherwise.

    9. Re:User education about faults and backups needed by Fastolfe · · Score: 1

      I think you are confusing backups with availability. Just because you have a backup of your data on hand doesn't mean it's practical for you to push a button and have your e-mail up and running locally while Gmail recovers your data on their end. Most people don't want to pay ~double for that extra 9 of availability, but I do agree with you that if your availability needs are so exceptional that Google's track record is inadequate (and I urge you to actually quantify that track record rather than go with your gut feeling based on articles like these), then you need to pay 2x for that extra 9.

    10. Re:User education about faults and backups needed by asdf7890 · · Score: 1

      My paranoia is more seated in thoughts of what would happen if my data was lost (or unavailable for a long period) rather than simply unavailable for a short time. While it is highly unlikely that Google would lose data (data management essentially being their raison d'etre you would expect so, and as you imply their track record shows that expectation to be correct thus far) it is not impossible.

      I can't say any of my personal data and services are such that I'd be massively buggered if any of it were unavailable to me for a few hours, or even a few days (heck, most of it could die completely and all would be well with the rest of my world!) - I keep multiple copies for backup purposes rather than availability. In my professional position though, a good chunk of our info/data and services like mail do have potential to be that availability-sensitive, though that could never be hosted on a 3rd party (even Google) for compliance reasons laid down in the contract terms required by some of our clients.

  19. Re:Only I value my data enough to protect it prope by SharpFang · · Score: 1

    That's what THEY want you to think!

    --
    45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
  20. Not good but backups are your friend. by AbRASiON · · Score: 1

    This is a bit of a worry, as I am considering moving a client over to google apps sometime eventually.
    I myself have a LOT on my gmail I should probably backup but I do understand it's my responsibility, even though I don't have one at the moment.
    I wonder if there's a simple sure fire way of grabbing the whole lot once every 3 months, anyone know a tool to do this?

    Also since this is as good a place to ask as any, how many here have moved business' over to Google Apps for mail? I am considering doing so, but in my testing with Outlook 2003 the performance for latency,.. wasn't ideal - is there some local caching I can organise on my desktop to increase performance? or do Google app users just endure the speed issues?

    Also, my real issue with google apps (besides price) is the way folders work, I need obscenely large folders for my clients unfortunately... yes it's an odd requirement but these people _live_ out of their email, all day long and have folders named like this.

    Inbox \ Department \ Project #125 \ Customer Name \ Visa Process
    Inbox \ Department \ Project #314 \ Customer Name \ Housing information
    (You get the idea, really, really big folders) - IIRC Google mail / apps falls ass over when you try to use folders on it with imap (once folders get too big) - Wish I could just use 'normal folders' in this instance)

    1. Re:Not good but backups are your friend. by Jumperalex · · Score: 1

      Aren't "labels" the solution to that in gmail?

      --
      If you can't be good, be good at it!
    2. Re:Not good but backups are your friend. by AbRASiON · · Score: 1

      Labels are how folders are actually handled. An email would get multiple labels per folder.

      So
      Inbox \ Client \ Project #222 \ Customer Name \ Visa
      Would get FIVE labels on it - and there seems to be a limit or punctuation limit and so on for those.

      You have to remember, these end users need to use an IMAP'd version of Outlook. Suggesting they use plain old Gmail won't work for them :/ (and as someone who uses a lot of mail, I'd agree - Outlook is actually a very good mail client)

    3. Re:Not good but backups are your friend. by cronius · · Score: 1

      If you use a forward slash instead of backward in the folder name, you might trick your mail client to arrange the mail in a tree structure. I noticed this with GMail in Evolution on Ubuntu.

      YMMV.

      --
      Life is Reality
    4. Re:Not good but backups are your friend. by afex · · Score: 1

      it sounds like you're probably already well aware of this since email is such a big part of what you do, but have you tried enabling "nested labels" in gmail? i cant remember if its a lab or a real setting yet, but i've been using it for quite awhile. It's mildly confusing as to how it works but once you get the hang of it, its actually pretty awesome. http://gmailblog.blogspot.com/2010/04/new-in-labs-nested-labels-and-message.html

    5. Re:Not good but backups are your friend. by drewness · · Score: 2

      If you use a forward slash instead of backward in the folder name, you might trick your mail client to arrange the mail in a tree structure. I noticed this with GMail in Evolution on Ubuntu.

      YMMV.

      That's not so much tricking the client, but rather a feature that Google added to GMail a few years ago. If you put a slash in a label name it makes nested folders in IMAP, and also if you go into the Labs settings in GMail, there's a "Nested Labels" lab you can enable to get it in the web interface.

  21. Re:Only I value my data enough to protect it prope by Anonymous Coward · · Score: 0

    Agreed. I run Postfix and Dovecot on a remote VM and locally on my Snow Leopard box. Thunderbird POP3s everything from the remote VM to local Maildir and Dovecot serves it back to Thunderbird via IMAP. Add Time Machine and cycled offsite backups into the mix and my mail is pretty safe.

  22. Re:Only I value my data enough to protect it prope by NickyNack · · Score: 2

    And what do you do when your house burns to the ground with both your cheap virtual machine and BackupPC? I'd say it would be quite nice to have yor data stored somewhere else in addition to your own private backup system. With that said, of course it does not have to be Google or another multi national corporation storing the data for you. Find someone and pay them for it. Then sue them if they do something bad with your data :)

  23. Unacceptable! We demand ..... by 140Mandak262Jamuna · · Score: 1

    This is horrible. Losing years of email because of some glitch in service provider is totally unacceptable. We demand an immediate refund of every cent we paid for our gmail service. And 100 times that as punitive damages. That will teach them to treat us with more dignity.

    --
    sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    1. Re:Unacceptable! We demand ..... by Anonymous Coward · · Score: 0

      you do realize they do make a profit from offering free email accounts and keeping customers happy, right?

    2. Re:Unacceptable! We demand ..... by Ash-Fox · · Score: 1

      you do realize they do make a profit from offering free email accounts and keeping customers happy

      How do they make a profit off gmail exactly? I don't recall ever seeing any ads on it. How does happy translate into money from an e-mail account?

      --
      Change is certain; progress is not obligatory.
    3. Re:Unacceptable! We demand ..... by slim · · Score: 1

      How do they make a profit off gmail exactly? I don't recall ever seeing any ads on it. How does happy translate into money from an e-mail account?

      Not looked very hard, have you?

      GMail ads aren't very intrusive, but they're worryingly well targeted.

    4. Re:Unacceptable! We demand ..... by Ash-Fox · · Score: 1

      Not looked very hard, have you?

      Point it out to me, please.

      --
      Change is certain; progress is not obligatory.
    5. Re:Unacceptable! We demand ..... by slim · · Score: 1

      Go into a conversation and look to the right.

      Unless you have adblock, there's something special about your chosen skin, or you're paying for GMail.

      http://mail.google.com/support/bin/answer.py?answer=6603

      I also have a single line ad immediately above the "Archive" button - dunno why you don't.

    6. Re:Unacceptable! We demand ..... by xaxa · · Score: 1

      Not looked very hard, have you?

      Point it out to me, please.

      On the right

    7. Re:Unacceptable! We demand ..... by lordandmaker · · Score: 2

      I think GP expected you to have noted the adverts before blocking them.

    8. Re:Unacceptable! We demand ..... by delinear · · Score: 1

      Aside from the fact that there are ads in GMail, the very fact that they're providing a service that makes people happy and that people then associate that with their name and are more likely to use their other services will generate them income elsewhere. To ignore that is to suggest that advertising doesn't work, and there's a multi-billion dollar industry out there that would seem to suggest otherwise.

    9. Re:Unacceptable! We demand ..... by ravrazor · · Score: 1

      Compose a message and look on the right of the textbox you type the message in.

    10. Re:Unacceptable! We demand ..... by fishbowl · · Score: 1

      Lots of people are paying for GMail. Often, their users don't even know, because to them it looks like "user@somedomain.com" and IMAP.

      --
      -fb Everything not expressly forbidden is now mandatory.
    11. Re:Unacceptable! We demand ..... by Ash-Fox · · Score: 1

      I think GP expected you to have noted the adverts before blocking them.

      I don't have an ad blocker.

      --
      Change is certain; progress is not obligatory.
    12. Re:Unacceptable! We demand ..... by Ash-Fox · · Score: 1

      Compose a message and look on the right of the textbox you type the message in.

      Not seeing it.

      --
      Change is certain; progress is not obligatory.
    13. Re:Unacceptable! We demand ..... by slim · · Score: 1

      The "manage my domain" link suggests to me you're paying for Google Apps.

    14. Re:Unacceptable! We demand ..... by Ash-Fox · · Score: 1

      The "manage my domain" link suggests to me you're paying for Google Apps.

      I'm not paying for anything. It's a free google apps domain a friend is running and gave me admin access on.

      --
      Change is certain; progress is not obligatory.
    15. Re:Unacceptable! We demand ..... by jo_ham · · Score: 1

      I'm not the OP, but if I do that on my Gmail accounts all I see to the right of the compose message window in my email client is more of my OS's UI.

      I never use the web interface for my gmail accounts, except to initially set them up. From then on it is 100% handled by Mail.app on OS X via IMAP.

    16. Re:Unacceptable! We demand ..... by Lehk228 · · Score: 1

      worrying to whom?

      --
      Snowden and Manning are heroes.
    17. Re:Unacceptable! We demand ..... by MobileTatsu-NJG · · Score: 1

      We demand an immediate refund of every cent we paid for our gmail service.

      Sarcasm noted, but I do wonder how much money Google has made from serving me ads based on my usage of GMail. Ad supported != free.

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    18. Re:Unacceptable! We demand ..... by 140Mandak262Jamuna · · Score: 1
      You bartered with Google for your time, your eye-ball time, the value of being gazed at by Your Highness for some mail service. Unlike money these payments are not refundable. Going forward, if the reliability of Google's mail service is poor, you move away from it, and the ad dollars will follow you to your new email service provider.

      It is exactly like not liking what is being dished out by the ad-supported network TV and going for pay per view, netflix subscription etc.

      --
      sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    19. Re:Unacceptable! We demand ..... by slim · · Score: 1

      Good point. The tin foil hat brigade.

    20. Re:Unacceptable! We demand ..... by GORby_ · · Score: 1

      You can disable that single line ad under mail settings -> web clips.
      Just deselect the checkbox labeled 'Show my web clips above the Inbox' and that ad won't show anymore.

  24. Re:Only I value my data enough to protect it prope by dkleinsc · · Score: 5, Funny

    ...And I don't eve trust that person to do it properly.

    After all, a simple typo can completely screw up the meaning of an automated backup script!

    --
    I am officially gone from /. Long live http://www.soylentnews.com/
  25. Re:Only I value my data enough to protect it prope by return+42 · · Score: 1

    Or you could just encrypt your data before you upload it. Then they can't do anything with it, except possibly lose it, but that's a risk no matter what you do.

  26. Re:noobs by Bert64 · · Score: 1

    How good are they? Most very cheap VPS are extremely over subscribed...

    --
    http://spamdecoy.net - free throwaway anonymous email - avoid spam!
  27. CLI Backup Solution? by thornomad · · Score: 1

    Anyone using a solid and secure command line backup solution for linux? I run a headless server -- would be nice if I could securely backup all my emails there in the event of a catastrophe ... and only then fire up Thunderbird or the like and view them when needed. The only downside I have seen is the need to save my gmail password somewhere in cleartext -- which doesn't seem like a good idea.

    1. Re:CLI Backup Solution? by Anonymous Coward · · Score: 0

      apt-get install backup-manager

    2. Re:CLI Backup Solution? by lordandmaker · · Score: 1

      Or, perhaps, offline-imap or fetchmail if all you're looking to back up is your mail.

    3. Re:CLI Backup Solution? by pmontra · · Score: 1

      sudo apt-get install rsnapshot

      I can't compare it to backup-manager because I never tried it. rsnapshot is based on rsync so you can use it to backup remote sites as well. I've made rsnapshot to run a command to dump the database of a remote server first and then rsync it to the backup disk on my local machine. It works also for server to server backups or client to server: rsnapshot must run on the server and be able to access the client, probably using ssh keys. I never tried that and yes, technically speaking rsnapshot is always running on the server but I think you understood my example :-)

    4. Re:CLI Backup Solution? by BitZtream · · Score: 1

      tar zcf `date`-mailbackup.tgz your_mail_directory_here
      scp `data`-mailbackup.tgz remotehost:backups/

      Drop a script to call that in the Linux equiv of /etc/periodic and call it a night

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    5. Re:CLI Backup Solution? by Anonymous Coward · · Score: 0

      apt-get install backup-manager

      I'm a SUSE user you insensitive clod!

      lol

      -@|

  28. Trust != Competence. by 140Mandak262Jamuna · · Score: 2

    Yes, only you have 100% alignment with your interests. But are you competent to backup and guard your data properly? Same thing with my house. But I would rather outsource my security to my local municipality and hire some private security monitoring firm for additional security. At some point cost benefit analysis should be done. Gmail's reliability is much better than what you would expect for a free service.

    --
    sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    1. Re:Trust != Competence. by Em+Adespoton · · Score: 1

      Gmail's reliability is much better than what you would expect for a free service.

      That's because it isn't free... you and your email aren't the customer, you're the goods being sold. This means they survive and prosper on their valuable property (you) being presented in a reliable and uncorrupted manner to their customers. Thus, they have both the incentive and the reach to do things at a level an individual could never compete with. Of course, it also means that you sell them some of your privacy to reap the benefits of this situation.

      Whether this is a win or a lose depends on the person's perspective, I guess.

  29. GMAil needs better bkup system by hesaigo999ca · · Score: 1

    I want gmail to offer an image system, where by you ask to download an image (zipped of course) of the current state of your email folders and configs and all contacts, into a nicely zipped file. Then you can restore or backup using the notion as in VSS, which makes it very easy to maintain backups for individuals, especially those that do not want to wait long hours to use something crappy like outlook to manage their backups of emails. Also it would solve the bulk upload/download situation...as it would be zipped.

    1. Re:GMAil needs better bkup system by Seumas · · Score: 1

      That actually seems like a lot more work than just having a POP/IMAP client setup that automatically downloads all of your email in real time. If anything ever happens to your mail, just drag your email out of /local over onto the server.

    2. Re:GMAil needs better bkup system by AusIV · · Score: 1

      Agreed. I'd much rather download all of my new stuff periodically than have to download the whole image to make a backup.

    3. Re:GMAil needs better bkup system by hesaigo999ca · · Score: 1

      however, the image could be zipped, and then timestamped, so as to make it much easier then setting up office to get at your mails, as not everyone has outlook, as they do not want to pay for licensing....and this would also allow gmail to have propiatary ownership of the zipped mail format

    4. Re:GMAil needs better bkup system by AlienIntelligence · · Score: 1

      I want gmail to offer an image system, where by you ask to download an image (zipped of course) of the current state of your email folders and configs and all contacts, into a nicely zipped file. Then you can restore or backup using the notion as in VSS, which makes it very easy to maintain backups for individuals, especially those that do not want to wait long hours to use something crappy like outlook to manage their backups of emails. Also it would solve the bulk upload/download situation...as it would be zipped.

      Seconded... you hear this Googlies?

      With an incremental option as well, so you only have
      to DL the whole creampuff once.

      And for the dozen, "Why don't you" replies that will follow...
      because that's not what we are after. We aren't looking to
      have a backup mail location as much as just having
      a backup ala googleness.

      -AI

      --
      For me, it is far better to grasp the Universe as it really is than to persist in delusion
    5. Re:GMAil needs better bkup system by Asm-Coder · · Score: 1

      not everyone has outlook,

      So use Thunderbird or Mutt or Mulberry or Evolution or Alpine or hell how about any of the others in this list under freeware or open source.

      Email is based on open standards. There are hundreds of email clients if you are willing to take the time to look for them, and all of them (arguably) are better than Outlook.

    6. Re:GMAil needs better bkup system by hesaigo999ca · · Score: 1

      I dont think you understand the concept I am putting out there, the usability of images is like vmware, you can with 1 click backup, restore and use different images from different accounts if you so wish...think of it as you use a snapshot camera to take an image at this time of everything (including contacts friends etc.... and then put it away with a date marker....then later you can come back and restores this exact copy of you account into gmail, as it was at that time, what you are saying involves way to much work to get the usability I am talking about...too many steps....if you like, you can look up vmware and look at how it works, and use that as your template for this idea....then you will see the big picture)

  30. Create backup account to stay in synch by 140Mandak262Jamuna · · Score: 2

    Simple solution: Create a second gmail account to serve as the back up. Always BCC: this account every mail you send from the main account. Auto forward every received mail to this account. Chances of gmail wiping both due to the same glitch is remote. This is likely to be as safe, as reliable as mucking around with imap clients running on some home grown hand-me-down server and cron jobs to take periodic back ups. Far cheaper too.

    --
    sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    1. Re:Create backup account to stay in synch by nicholas22 · · Score: 0

      No can do, it's simply too much to ask bud.

    2. Re:Create backup account to stay in synch by Combatso · · Score: 1

      Wouldn't it make more sense to use a non-gmail account as your backup? I do exactly what you say, only with my crappy free POP account my ISP gives me.

    3. Re:Create backup account to stay in synch by donutz · · Score: 1

      Is there a way to set it up to BCC another account automatically? Seems like this would be an easy step to forget when you're sending an email.

    4. Re:Create backup account to stay in synch by De+Lemming · · Score: 1

      Chances of gmail wiping both due to the same glitch is remote.

      I wouldn't be too sure about that. The two accounts will probably be hosted on the same server, chosen by the geolocation of your IP when you sign up.

    5. Re:Create backup account to stay in synch by Anonymous Coward · · Score: 0

      "Gmail Accidentally Resets 150,000 Accounts"

      Logs into first gmail account, BAH!! deleted.

      Logs into second gmail account...DAMMIT!

    6. Re:Create backup account to stay in synch by Archwyrm · · Score: 1

      Some anecdote about eggs and a basket comes to mind.

      --
      Fascism should more properly be called corporatism because it is the merger of state and corporate power. -- Mussolini
    7. Re:Create backup account to stay in synch by Anonymous Coward · · Score: 0

      Even better: make the second email a non-gmail account. Send it over to hotmail and the odds of both Google AND Microsoft screwing up at the same time are even lower.

      There might still be some shared systemic risk, but less so than two accounts with the same company.

  31. The Fed? by Anonymous Coward · · Score: 0

    It was probably the Department of Homeland security. I am sure that one college students email was important enough to accidentally wipe out everyone else's, thanks for keeping the homeland safe!

  32. .edu Ramifications by SpinningCone · · Score: 2

    this is easier to shrug off if you think of it as just average users using gmail. in general it's a personal mail and not intended for business. still hurts but there's only you to be upset.

    the university i work at is working on migrating towards gmail for .edu domains. we have already moved our alumni to gmail and are progressing towards all students, faculty and staff on gmail.

    It would be quite the s*hitstorm if some or most of our employees lost their email.

    1. Re:.edu Ramifications by Anonymous Coward · · Score: 0

      It would be quite the s*hitstorm if some or most of our employees lost their email.

      Well d'uh. How about you implement a backup strategy, so you can protect yourself in the event of a gmail problem.

    2. Re:.edu Ramifications by Anonymous Coward · · Score: 0

      I'm in the same boat.

      Presumably, since we are actually paying Google instead of using the free service, we can expect a higher level of data integrity. Surely Google has adequate backups for the paying customers at least?

  33. Accounts disabled as well? by labiator · · Score: 1

    Are you seeing your account disabled due to a "perceived" violation of the TOS? What recourse is there to this issue? Whatever happened to "Don't be evil?" I can't access Apps, Voice, iGoogle. or anything else they "offer" me. I have been in this boat since yesterday morning. Anyone have any suggestions?

    --
    Win if you can... Lose if you must... But always CHEAT!
    1. Re:Accounts disabled as well? by Anonymous Coward · · Score: 0

      stop sending spam and viruses?

    2. Re:Accounts disabled as well? by Thomas+Charron · · Score: 1

      Your account was affected. So was mine. It sucks. They are working on it, but they identified some accounts which where hit, and disabled them. According to them they needed to do this to restore the account.

      --
      -- I'm the root of all that's evil, but you can call me cookie..
  34. Re:IMAP - More efficient storage alternative? by ziesemer · · Score: 2

    Unfortunately, Thunderbird doesn't appear to have the most efficient mail store for Gmail accounts, due to Gmail's system of supporting single messages with multiple labels (folders). If I have messages with multiple labels, it appears that Thunderbird downloads and stores the message multiple times, in multiple disk files.

    Is anyone aware of an alternative that "intelligently" supports Gmail? I.E., simply downloading "All Mail", and then creating a database from each label to the associated Message-ID's in "All Mail"?

  35. Maybe could be a new feature? by OrangeMonkey11 · · Score: 1

    For those of us who does not care can this be added as a new feature to clean out our mailbox rather than manually deleting junk mail a page at a time.

    1. Re:Maybe could be a new feature? by Sockatume · · Score: 1

      You know if you click the little "check all" checkbox it asks you whether you want to extend the selection to every page of items, right?

      --
      No kidding!!! What do you say at this point?
  36. Re:Only I value my data enough to protect it prope by Anonymous Coward · · Score: 0

    Isn't that why you're supposed to actually test backups by restoring them before you go ahead and trust them?

  37. Not so much of a story, really by RivenAleem · · Score: 5, Insightful

    Google has already stated they have a resolution, but it may take a little time to implement. They have backups, and will restore the accounts. This seems like a case of:

    Something went wrong, they're fixing it.

    The End.

    1. Re:Not so much of a story, really by Anonymous Coward · · Score: 1

      Oh come on, I am a rabid anti-microsoft guy and even I know how slanted this article would be if it they screwed up hotmail accounts.

    2. Re:Not so much of a story, really by Daley_G · · Score: 4, Insightful

      This is all true, but would there be as much traffic on this article had the headline read something like "Gmail Accidentally Resets .004% of the Total Number of Accounts, and they'll have it fixed soon" ? Media generates hype. Hype generates income.

    3. Re:Not so much of a story, really by Anonymous Coward · · Score: 0

      Your kidding right?

      When Microsoft Nuked Danger accounts for T-Mobile they said the exact same thing. It is only a little later on when the press has died down a little that they say. Oh some unnatural convergence of events has made this once in a time epoch event occur. So it is done, you can now continue using our service without fear of loosing data. I don't blame Google. It is a free service they are offering, and they are in the company of many other vendors that have nuked user data.

    4. Re:Not so much of a story, really by Anonymous Coward · · Score: 0

      'course they have a backup! Just in case they need to re-mine the bits in the future..

    5. Re:Not so much of a story, really by blarkon · · Score: 0

      Of course if it was Hotmail or Yahoo losing the same amount of mail, you'd be able to cut the Schadenfreude from gmail users around here with a FKN lightsaber.

    6. Re:Not so much of a story, really by Anonymous Coward · · Score: 0

      Not Quite. When they actually have fixed it, it may be The End, but we are NOT there yet.

      Right now, it is more like one can see the light at the end of the tunnel, however it might be an oncoming train...

    7. Re:Not so much of a story, really by KnownIssues · · Score: 1

      I trust Google with my email more than I trust myself. Google has an incentive to keep the data as reliably as possible, so it can sell the mining rights to advertisers. The frequency I go back to an old email to refer to something? Probably once a year to find my account name/password for some odd-ball service that doesn't allow me to use my usual account name/password.

    8. Re:Not so much of a story, really by marcosdumay · · Score: 3, Informative

      They do that often. We get tons of people complaining that the cloud isn't reliable (mylself included), some people arguing that the cloud is more reliable than most PC out there, some people arguing you should have a backup, and some people arguing that Hotmail is crap and asking if somebody still uses it.

      Well, the only difference I can see is that there is nobody arguing that gmail is crap and asking if somebody still uses it.

    9. Re:Not so much of a story, really by danieltdp · · Score: 1

      Then, during credits you see a little evil message:

      This movie came as a warning. Today we fixed the problem. Who knows if we are gonna be able to do it next time?

      --
      -- dnl
    10. Re:Not so much of a story, really by Anonymous Coward · · Score: 0

      As a correction: Google doesn't sell anything but ad space to advertisers. It's GOOGLE itself that associates its inventory of ads to the users - the advertiser knows nothing about you except which ad you clicked on.

    11. Re:Not so much of a story, really by Anonymous Coward · · Score: 0

      Not so much of a story?

      150000 email accounts unavailable for over 24 hours. For a company that provides email accounts, that seems like a big story.

  38. John C Dvorak by Seumas · · Score: 1

    Notorious cloud-hater, John C Dvorak, is waking up with a smug grin on his face, this morning.

    1. Re:John C Dvorak by bwintx · · Score: 2

      Notorious cloud-hater, John C Dvorak, is waking up with a smug grin on his face, this morning.

      And why should this morning be any different than any other?

      --
      Discussion System prefs link: http://slashdot.org/users.pl?op=editcomm
  39. Re:Only I value my data enough to protect it prope by badran · · Score: 1

    What if you are trying to send an email and your IP is blocked since it is registered to an ISP and not a host?

  40. This is just a huge exaggeration by samfisher5986 · · Score: 1

    Think of it like this. Computers crash all the time, people lose all their data, not just their emails. Many company based email clients and other email services have very poor uptime. When you calculate it, its just the 99.9% uptime with the 0.1% of downtime being 0.08% of customers can't access old emails for a short period of time, I could understand this story if they weren't getting their emails back, but they are. Besides the few minority that sync to the cloud while backing up to Tape/HDD/DVD there isn't a better place for the average person to store their email then Gmail. The amount of times I used to hear about someone losing all their emails because they went on holiday and never logged into Hotmail......

  41. What if this happend to Microsoft ? by Anonymous Coward · · Score: 1

    Somehow I have the feeling the responses would be completley different :-)

    1. Re:What if this happend to Microsoft ? by Anonymous Coward · · Score: 0

      Yup. They'd be more along the lines of "again? Yawn."

    2. Re:What if this happend to Microsoft ? by vakuona · · Score: 1

      Happened to me too many times. I didn't log into my Hotmail, and it deleted everything after about a month. Quit hotmail and went gmail.

  42. Re:noobs by lordandmaker · · Score: 1

    Aren't those ones generally rather cloudy, though?

    It's still cloud computing, even if you throw yet another layer of abstraction over the top of it.

  43. An opportunity to start afresh by mmsimanga · · Score: 3, Interesting

    Perhaps living in Africa has given me a liaise faire approach to archiving mail. Life goes on with or without your years of email. In my working career I have always diligently backed up all mailboxes as I moved from one exchange server to another all with the belief that one day I would go back and read through my mails. I have never done this and I doubt I will be doing so in the near future. Over the years I have lost/misplaced some of the DVDs containing my vast collection of email and I have never felt the need to dig through the attic to locate some DVD with an important email stored on it.

    I am struggling to read through my day to day mail. I am not going to bother setting up a backup server because I do not have the time to maintain it and I doubt I will do a better job that the "professionals" at Google. To those who lost their data I feel your pain but believe me there are worse things that can happen in life. Have a glass of wine and start your Inbox afresh.

    1. Re:An opportunity to start afresh by multipartmixed · · Score: 1

      Work-email isn't backed up because you think someday you're going to read it. It's to cover your ass down the line when the shit hits the fan. Like when you get accused of violating a patent, but your email proves that you were doing it years before the patent was even filed.

      Also, it's so you can write snarky emails: "I as I told you on November 17th 2004, in order to..."

      --

      Do daemons dream of electric sleep()?
    2. Re:An opportunity to start afresh by ledow · · Score: 2

      Correct. You have no idea how many people I've managed to drop in it by producing an email record of something. From large suppliers, to tiny little in-house spats, it's invaluable to have a record. Most of the time, I wouldn't have even *thought* of archiving that email specifically, but it ended up being crucial.

      As a rule, I don't drop people in it, but when the finger points, some people will do ANYTHING to avoid the blame, even when they KNEW it was their fault. Rather than put their hands up, they'll think of a convincing excuse, point at someone else who they genuinely believe has NO way to prove otherwise (at least not any more) and hope the whole thing dies into an irresolvable mess.

      When you have decades of email backup, after the first few times people STOP pointing at you because they've already made fools of themselves the first few times.

      My record at the moment is about 5-years - that's the oldest email / computer record I've had to pull out to prove someone was lying. If they hadn't blamed me personally, for something their own fault, I wouldn't have cared. Once they do, having an email archive in Opera (so searchable even going back decades as-you-type, like Google autocomplete) is the best tool in the world.

      "I'm sorry - *WHO* said this software was compatible with Windows 7 when we bought it? Me? Don't think so, as you can see from this 2005 email where I specifically ask you to check it as I didn't think it would be..." Or the other way round: "You said in 2005 that this software would be supported through Windows 7 and that's why we bought it. Look. I can quote you. That'll be one HUMUNGOUS refund please."

    3. Re:An opportunity to start afresh by Anonymous Coward · · Score: 0

      Perhaps living in Africa has given me a liaise faire approach to archiving mail.

      If you're talking about mail as the specific case, perhaps. If we're on the topic of general backups then it's something to watch out for.

      A simple automatic process of pulling down mail locally is something that should probably be done as a part of a simple automatic process of backing up your machine. Because if it's not automatic it's probably not going to get done (unless you're "OCD" about backups).

      So set up a process (in cron or Windows Scheduled Tasks) to pull down mail once a week or once a day, and put it in your Documents folder. Then when Time Machine or Acronis or rsync or Mozy automatically runs (once an hour? 6 times a day? once a day?) it will automatically be collected.

      It's better to have something and not need it than needing something and not having it. You may not care about your archived mail, but you may care about the photos of your kids when they were growing up, and if you're backing up those, than your mail can easily be added to the process.

    4. Re:An opportunity to start afresh by js_sebastian · · Score: 1

      Perhaps living in Africa has given me a liaise faire approach to archiving mail.

      It seems it has given you a laissez faire approach to spelling as well...

    5. Re:An opportunity to start afresh by Anonymous Coward · · Score: 0

      I agree, personally ... but not everyone uses their email the same way.

      I was just helping a client of mine move the contents of his Outlook mailbox over to a new PC over the weekend, and he's got hundreds of sub-folders with email organized inside them. He actually does refer to the contents of that archive on a daily basis, because he's got all sorts of customer correspondence and quotes for materials in there that he needs to reference throughout the business day.

      When I go back through my years of Google mail, I see a lot of limited time offers for discounts on pizzas, sales on photo books, old NewEgg advertisements, etc. Not a whole lot that I really want/need to keep. Results vary by the individual.

  44. Something Goes Wrong, Don't Trust Cloud? by Jahava · · Score: 1, Interesting

    For the rest of us, perhaps this is a timely reminder to backup our data and be less trusting of the cloud.

    Okay, Slashdot, this is getting tiring. Every time a major cloud service fails, the inevitable "re-evaluate your trust in the cloud" mantra is mindlessly invoked. Everybody knows that backups are good, cloud or no cloud. Everybody knows that things go wrong, cloud or no cloud. So what's the real value-added to calling out cloud services every time something fails?

    The interesting question is how the disaster is addressed. Will Google recover the data? Will it be quick? Seamless? If so, then the real lesson here isn't the weakness of the cloud, but rather its strength. Anything can go wrong with any system, but maybe Google's well-run cloud can handle the problem with minimal incidence.

    So, Slashdot, rather than spouting off a thoughtless, ominous warning on every "something breaks in a cloud" story, how about you sit tight and see how this resolves?

    1. Re:Something Goes Wrong, Don't Trust Cloud? by nrgy · · Score: 1

      Its sad it took this long in the posts to see exactly what I was thinking. I mean seriously in a situation like this I have more faith in Google being able to restore the data then if it were me and my own mail server. Its cloud fail when they don't get the data back not when its lost and they are working on the solution.

    2. Re:Something Goes Wrong, Don't Trust Cloud? by laffer1 · · Score: 1

      When I buy expensive hosting (cloud based), I expect backups, quick service, etc. The point of the "cloud" is that data is distributed and redundant. However, just like deleting all the files on a file server with RAID, you can lose your data when someone deletes something in the cloud. This should not be a shock to anyone. You are correct that how Google handles this situation is more important that how the data is hosted.

      It does make me wonder what would happen if a cloud service company went out of business suddenly without warning though. I doubt that would happen to Google, but I think the me too attitude ISPs are starting to have with cloud computing could be really bad for some customers. It would be nice to have independent reviews of cloud services that include ratings of performance, reliability, customer service, backups, redundancy, etc. Blind trust in the cloud is bad and in my view it's best for backups or content distribution or extra computing resources.

    3. Re:Something Goes Wrong, Don't Trust Cloud? by OzPeter · · Score: 1

      Everybody knows that backups are good, cloud or no cloud. Everybody knows that things go wrong, cloud or no cloud.

      The trouble is, that while you are correct, that the general populous makes the assumption that because you are in the cloud that there are no problems and that backups are required. I have had this argument myself before that the cloud is not perfect. And while you are at it throw in the additional fact that if the company hosting your cloud decides it is no longer profitable, then you better have a backup for that reason as well.

      --
      I am Slashdot. Are you Slashdot as well?
    4. Re:Something Goes Wrong, Don't Trust Cloud? by Anonymous Coward · · Score: 0

      Well, If this is any indication. I'm going on 14 hours w/o mail service and I'm a paying Google apps customer. Not to mention, I'm also a reseller and customers are currently getting bounce back messages saying "This account has been disabled". Not having control over a situation is nerve racking,

      Let's see how Google handles this...but the 9's are dropping fast. So is my trust. Frankly, I'm almost certain they will restore my data, but what about the opportunity cost?

    5. Re:Something Goes Wrong, Don't Trust Cloud? by Jahava · · Score: 1

      Everybody knows that backups are good, cloud or no cloud. Everybody knows that things go wrong, cloud or no cloud.

      The trouble is, that while you are correct, that the general populous makes the assumption that because you are in the cloud that there are no problems and that backups are required. I have had this argument myself before that the cloud is not perfect. And while you are at it throw in the additional fact that if the company hosting your cloud decides it is no longer profitable, then you better have a backup for that reason as well.

      I agree, but the same population also makes the assumption that data is safe to begin with. This is the population that doesn't back up their local files, and likely can't properly recover them even if they did. This population likes to offload the problem of data or system failure to another technology - an external hard drive with backup software, an IT administrator, a cloud, etc.

      To such a population, the possibility that the cloud might recover from failure is greater than the default solution (no backup); add the strength and competence of a company like Google into the mix and it'll likely surpass the other alternatives as well. I suspect the general population has a much better chance at overall data integrity and disaster recovery in a well-managed cloud than with any other solution.

    6. Re:Something Goes Wrong, Don't Trust Cloud? by Anonymous Coward · · Score: 1

      For the rest of us, perhaps this is a timely reminder to backup our data and be less trusting of the cloud.

      Okay, Slashdot, this is getting tiring. Every time a major cloud service fails, the inevitable "re-evaluate your trust in the cloud" mantra is mindlessly invoked. Everybody knows that backups are good, cloud or no cloud. Everybody knows that things go wrong, cloud or no cloud. So what's the real value-added to calling out cloud services every time something fails?

      The interesting question is how the disaster is addressed. Will Google recover the data? Will it be quick? Seamless? If so, then the real lesson here isn't the weakness of the cloud, but rather its strength. Anything can go wrong with any system, but maybe Google's well-run cloud can handle the problem with minimal incidence.

      So, Slashdot, rather than spouting off a thoughtless, ominous warning on every "something breaks in a cloud" story, how about you sit tight and see how this resolves?

      sometimes sitting tight in this type of situation means lots of money lost and IT staff let go because of the downtime. If I'm in charge of the systems I have current backups and I can get the data back in a few hours for my users. How long will google take? A week, more? Any sys admin that presented a backup strategy of taking a week or more to recover some lost mailboxes as normal would probably be viewed as a bad sys admin.

    7. Re:Something Goes Wrong, Don't Trust Cloud? by bonch · · Score: 2

      The interesting question is how the disaster is addressed. Will Google recover the data? Will it be quick? Seamless? If so, then the real lesson here isn't the weakness of the cloud, but rather its strength. Anything can go wrong with any system, but maybe Google's well-run cloud can handle the problem with minimal incidence.

      And the point is that you have no say in the matter. You must "sit tight" and wait on Google to do something to save your valuable data. Yet, for some reason, you perceive a list of unanswered questions as a strength of the cloud, as if helplessly wondering what Google is going to do to save the data you've stored in its free service is an advantageous position to be in.

      Everybody knows that things go wrong, cloud or no cloud. So what's the real value-added to calling out cloud services every time something fails?

      The value is in reminding everyone that relying on a so-called "cloud" (the buzzword people use now to refer to anything that's web-based) puts you in a passive, helpless position when something goes wrong, trusting in the keeper of your data to competently save your ass.

    8. Re:Something Goes Wrong, Don't Trust Cloud? by kimvette · · Score: 1

      So what's the real value-added to calling out cloud services every time something fails?

      Because we are hoping sooner or later PHB types will realize that vendor lock in is a bad idea, no matter how benevolent the vendor may be. With a lot of cloud apps, you either don't have the means to use the backup data if the vendor exits the business, you may not even have the means to make a backup (but have to export each individual record in a completely different format), or using the backup in a different app may mangle the formatting (in the case of text files, spreadsheets etc) or in extreme cases (SugarCRM enterprise) the service "licensing" may prevent you from using your backed up data in an alternative program.

      --
      The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
    9. Re:Something Goes Wrong, Don't Trust Cloud? by Jahava · · Score: 1

      And the point is that you have no say in the matter. You must "sit tight" and wait on Google to do something to save your valuable data. Yet, for some reason, you perceive a list of unanswered questions as a strength of the cloud, as if helplessly wondering what Google is going to do to save the data you've stored in its free service is an advantageous position to be in.

      I do not perceive the strength of the cloud as a list of unanswered questions. I simply don't perceive a regular system error as an inherent cloud weakness. The unanswered questions, once answered, will determine whether or not this particular cloud is strong or weak. That a system has failed and that an error has occurred is not a statement on cloud-based services as a whole, but rather on Google as a cloud provider.

      Anything you're comfortable handing to a local IT department could arguably have a cloud presence that is just as strong. The only difference is who's staffing the systems. Google's situation is very similar to the situation of any service provider, be it a cloud, an outsourced IT department, an in-house IT department, or yourself. If you don't believe that Google will sincerely do everything in their power to maintain their systems and recover from such failures, then so be it; don't use their services.

      If you happen to be the type that simply considers anything they can't themselves fix to be inferior, then there's really no argument to be had. Have fun running everything.

    10. Re:Something Goes Wrong, Don't Trust Cloud? by vakuona · · Score: 1

      Most people are in a helpless position when something goes wrong. For instance, most people are helpless when they see or are involved in a car accident. They have to wait on professionals to sort out their problems. Likewise, if your car breaks down, you are more likely to be completely helpless until a qualified mechanic gets there to help you out. And life goes on. Why should everyone have to become a computer expert to be able to send emails. The cost/benefit ratio does not support everyone running their own email, and/or backup. Seriously, you are better off insuring yourself against the possibility. Much less hassle, and you know exactly how the worst case scenario is resolved, you with bags of cash!

    11. Re:Something Goes Wrong, Don't Trust Cloud? by Ol+Olsoc · · Score: 1
      Isn't it terrible how every time a major cloud service fails, people just fall over themselves saying see? See?

      But your suggestion of telling us we should "sit tight"? No, I'm not going to shut up, and you've further convinced me that cloud proponents are either wearing blinders, or just trying to make money the same way that mortgage originators did with sub-prime loans - what ever could go wrong?

      Proposed cloud motto:

      "The cloud is 100% safe, 100% reliable - except when it isn't. So shut up."

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
  45. Isn't it still BETA by gsgriffin · · Score: 1

    Can't complain. We were all warned that it is a BETA product. That means things can go horribly wrong, and they warned us it wasn't really ready to be used yet.

    --
    jsut athnoer menagiensls ltitle psrhae for you to dcoede. Why do we wtsae our tmie dnoig tihs?
    1. Re:Isn't it still BETA by AlienIntelligence · · Score: 1

      Can't complain. We were all warned that it is a BETA product. That means things can go horribly wrong, and they warned us it wasn't really ready to be used yet.

      Out of beta, July 7th, 2009... lol

      It was on Slashdot.

      Musta thought it was an idle story huh?

      -AI

      --
      For me, it is far better to grasp the Universe as it really is than to persist in delusion
  46. So there's this cloud... by Anonymous Coward · · Score: 0

    That's right folks, put your stuff "in the cloud" and that's what it may be worth. You're trusting valuable data to someone else. Oh sure, they have "policies" and it may never be a problem, but there's nothing like having local storage. For that matter, there's nothing like having local processing. So, maybe declaring desktop applications "dead" is not only premature, but unwise. There certainly are applications that are well suited to the cloud paradigm, but there are many that are not. Let's be careful about blindly racing to embrace new ideas just because they are cool.

  47. Re:Seems like a good place to suggest backup solut by LordLimecat · · Score: 1

    An empty account would likely (maybe?) not have offline access enabled, and it is disabled by default. Possibly it could help.

  48. Google's prototype notebook by gsgriffin · · Score: 1

    This may not seem like a huge problem for many like myself that simply POP my account with Google, but my son is on a Google CR-48 prototype notebook. He has everything on the cloud. There really isn't a good way for him to backup to the notebook itself. That means that if the account is deleted, he loses all his work on the Doc's too. That would not be good.

    --
    jsut athnoer menagiensls ltitle psrhae for you to dcoede. Why do we wtsae our tmie dnoig tihs?
  49. the sig ! by obarthelemy · · Score: 1

    read the sig !

    --
    The Cloud - because you don't care if your apps and data are up in the air.
  50. Meanwhile, a day later by Anonymous Coward · · Score: 0

    Meanwhile, a day later, sudden heavy load brings down the Gmail IMAP service. A Google employee was heard to say "Trust me, this was completely unexpected".

  51. Re:Only I value my data enough to protect it prope by TheRaven64 · · Score: 2

    Testing backups doesn't prove that they work, it just proves that they used to work, back when you did the test...

    --
    I am TheRaven on Soylent News
  52. Re:Only I value my data enough to protect it prope by Annorax · · Score: 1

    Setting up a home email server was a lot of fun; however, constantly trying to keep one step ahead of the spammers and having my email sent to the bit-bucket by poorly designed anti-spam systems used by large ISP became a major drag. I finally threw in the towel and moved my email domain to Google Apps.

    I trusted Google implicitly up until a couple of months ago when the stories of email accounts being wiped started to surface and have since set up a system similar to those already mentioned here to backup my email.

  53. Old methods work best... by CFBMoo1 · · Score: 1

    *Chips away at a stone tablet*

    Seriously, you kids are your emails these days. Old ways are the best, shipping isn't so bad if I aim the catapult right and if I miss the mattress at the target the message get encrypted enough I don't have to worry about theft.

    --
    ~~ Behold the flying cow with a rail gun! ~~
  54. Spam? What Spam? by Anonymous Coward · · Score: 0

    Yes, everyone should be running their own mail server.
    Just think of all the open SMTP relays, it'd be glorious!

    Though, there's a difference between "using the cloud" and "relying entirely on the cloud".

    1. Re:Spam? What Spam? by datapharmer · · Score: 1

      Yep, which is why I use gmail with imap and backup my computer.

      --
      Get a web developer
  55. In other words.... by spacefight · · Score: 1

    ... Google accidentally (almost) the whole thing.

  56. Re:Only I value my data enough to protect it prope by Anonymous Coward · · Score: 0

    Whatever. I've been about 15 years with a Yahoo e-mail account, and it has been more reliable than any of my local hard disk drives. Still, any company will eventually fade away, everything has its end. But if we are only concerned with e-mail history backup, then my view is that it is safer to rely on those big corporations with their built-in RAIDs or whatever technology they use to watch over our bits than do so on our own resources.

    Another thing entirely different is information misuse or eavesdropping, but whether we trust big corporations or not, this will always be an issue as long as we are not the owners of our communication lines.

  57. Re:Only I value my data enough to protect it prope by Anonymous Coward · · Score: 0

    ...And I don't eve trust that person to do it properly.

    After all, a simple typo can completely screw up the meaning of an automated backup script!

    Moreover, a simple typo makes me think my grandparent meant "and I don't trust that person Eve to do it properly"—whoever "that person Eve" is ...

    Adam Coward

  58. Re:IMAP - More efficient storage alternative? by Overzeetop · · Score: 1

    Does Tbird even store all that stuff locally? It always seems to connect whenever I search (though my profile is 13GB). I agree with you on the annoying way it shows multiple instances of the same email.

    --
    Is it just my observation, or are there way too many stupid people in the world?
  59. How many people really know how to do backups? by Anonymous Coward · · Score: 4, Insightful

    The idea that everyone should personally handle backing up their email is insanity. If you're a professional at this stuff, then fine, do it at home as well. But for nearly everyone in the population, gmail is going to be vastly more reliable than any backup scheme they come up with at home.

    For the average smtp/pop user, email works like this:
    1. Grab all the new messages off the server.
    2. Read a few, respond to fewer.
    3. Leave all of them on the PC's non-backed-up hard drive forever.
    4. Eventually buy a new computer, losing all previous messages.
    5. Discard the old computer with all the old mail sitting wide open on the HD, along with Quicken, etc., for any attacker who happens upon it.

    Gmail is a _vast_ improvement in security and reliability over what non-technical people wind up doing with smtp-based mail.

    1. Re:How many people really know how to do backups? by FoolishOwl · · Score: 1

      After some frustrating searches for backup software packages for either Windows or Linux -- the Windows packages were buggy, and the Linux packages were either too complex or too simple -- I finally decided to write a bash shell script to handle it.

      I doubt most people *ever* back up anything.

    2. Re:How many people really know how to do backups? by hawguy · · Score: 2

      The idea that everyone should personally handle backing up their email is insanity. If you're a professional at this stuff, then fine, do it at home as well. But for nearly everyone in the population, gmail is going to be vastly more reliable than any backup scheme they come up with at home.

      Backing up your hosted email doesn't mean having to run your own SMTP daemon... I don't see how making a backup of cloud hosted data could be construed as bad advice. It's not hard to use an IMAP client that stores a copy of messages locally, and no matter how bad the user's backups are, Gmail + some local backup is better than Gmail + no local backup.

      This isn't the first time Google has lost email and it won't be the last.

    3. Re:How many people really know how to do backups? by heypete · · Score: 1

      While a bash shell script is quite elegant, if you're looking for a decent cross-platform backup program, I recommend CrashPlan. The computer-to-computer and my_computer-to-my_friend's_computer features are good, as is their online storage. Saved my bacon (and my files!) when my laptop got stolen.

      It's not perfect (nothing is), but it sucks less than the other programs I've seen. Works on Windows, Mac OS, Linux, and Solaris.

    4. Re:How many people really know how to do backups? by suutar · · Score: 1

      Sounds pretty cool. I'd be interested in hearing what imperfections you've run across, since their website is understandably lacking in a "what we didn't do right" section :)

    5. Re:How many people really know how to do backups? by gottabeme · · Score: 1

      Ditto. I've recommended it to two friends who've signed up for it--I only wish they had a referral program so I'd get a discount or something. :)

      I've been using it for a few months and I'm quite pleased. It just runs and keeps things backed up. I have important stuff prioritized over unimportant stuff, so backups of changes to important stuff interrupt the unimportant backups. And it works well in Linux.

      --
      "Those who consume the bulk of goods are those who make them. We must never forget this secret of our prosperity."
  60. Re:noobs by TheRaven64 · · Score: 1

    €2 is very cheap. I use GigaTux, which provides Xen-based hosting, running Linux, FreeBSD, or NetBSD (my VM uses FreeBSD). It's pretty cheap, and it's certainly not oversubscribed. I occasionally run big compile jobs there (it's currently the only FreeBSD/x86-64 machine I've got access to, so I occasionally use it for testing) and it's faster than my laptop. For just hosting mail, it would be overkill, but I also run a couple of mailing lists, use it for some web hosting, and run SILC and XMPP servers. Even then, I'm not really taxing the VM and could probably get away with a cheaper package, but since I switched to it from a dedicated server that cost three times as much (and was slower!) I'm not especially motivated to change.

    --
    I am TheRaven on Soylent News
  61. Clouds are actually quite violent inside. by Anonymous Coward · · Score: 2, Interesting

    I'm an instrument-rated private pilot and have flown small aircraft into clouds probably hundreds of times. They are not soft and fluffy at all, but are very turbulent and sometimes even quite violent inside. Even the "little puffy" isolated clouds you often see floating along on a warm spring afternoon can shake up a 3000 pound fully-loaded Cessna 182 very strongly.

    1. Re:Clouds are actually quite violent inside. by linuxbz · · Score: 1

      And everyone knows the silver linings can interfere with radio navigation.

    2. Re:Clouds are actually quite violent inside. by operagost · · Score: 1

      On the plus side, they're worth almost $34/oz.

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    3. Re:Clouds are actually quite violent inside. by DocSavage64109 · · Score: 1

      I suppose everything's relative, but just for kicks, you should try flying your plane through some other substances, like brick walls, metal walls, or heck, even a tent wall and see if those clouds don't seem relatively harmless. Feel free to try flying through other things like a mountain or an ocean as well...

    4. Re:Clouds are actually quite violent inside. by TaoPhoenix · · Score: 1

      Oh wait! So you mean the analogy is perfect!!

      "This nice smooth service you see, dear customer, is actually quite violent inside, and can shake 150,000 accounts very strongly."

      --
      My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  62. There's A Simple Principle Here... by pandrijeczko · · Score: 1

    ...the more important your data is to you, the more backup copies in physically distinct locations you make of it.

    The only exception to the rule is Apple, who are perfect in every way, never make a single mistake and are deserving of 100% of your unremitting trust. You never need to backup anything that Apple hold on your behalf.

    --
    Gentoo Linux - another day, another USE flag.
    1. Re:There's A Simple Principle Here... by BitZtream · · Score: 1

      The irony of your post is that Apple has the single most user friendly and reliable way of doing backups for someone at home.

      TimeMachine more or less works the instant you plug in power and gives years access to snapshots and long term backups automatically.

      So good for you, you've shown us your nothing but an ignorant hater who has no clue what he's talking about.

      You don't need to worry about backups with Apple, you just have to make sure you TimeMachine icon in the menubar isn't telling you somethings wrong.

      Again, out of the box, not after installing some shitty backup package like Symantacs crap or without having to write custom shells scripts or whatever.

      Go use a mac for a month, get a clue, then I challenge you to give it up.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    2. Re:There's A Simple Principle Here... by pandrijeczko · · Score: 1

      Two words, fanboi, if you can find your way to a shell prompt without help:

      "man rsync"

      Works for me every time.

      --
      Gentoo Linux - another day, another USE flag.
    3. Re:There's A Simple Principle Here... by slim · · Score: 1

      Come on. I love rsync, but you're going to be doing a fair amount of tinkering before you get it to do what Time Machine does out of the box with no/minimal setup.

      Obviously, that convenience comes at a price - money, freedom, (soul ;) )

  63. Omission in Douglas Merrill's book by OhHellWithIt · · Score: 2

    By curious coincidence, I just finished reading Douglas Merrill's book Getting Organized in the Google Era, in which he goes on at considerable length about the wonders of Gmail for personal organization and the virtues of cloud computing, generally. I don't, however, remember him mentioning a thing about backups. I'd love to hear what he has to say about this mistake.

    --
    "Who controls the past controls the future. Who controls the present controls the past." -- George Orwell
  64. Re:hosni inc. to be prosecuted for torture franchi by Anonymous Coward · · Score: 0

    Mod +1 Truth Hurts

  65. Re:Only I value my data enough to protect it prope by datapharmer · · Score: 1

    You know most of your email is going through google or AT&T anyhow right? What is the point of even trying to keep plain text away from google. Even if you do your recipient probably uses either gmail, hotmail, msn, windows search or google toolbar. Either way a huge company gets to play data miner with your emails. If it is that important don't send it by email or at the very least encrypt it! As for running your own mail setups, it isn't the setup that is the issue. It is the maintenance headache of playing a perpetual game of tic-tac-toe with a few million spammers and bots. Let's face it, google has a way larger volume of email to use to generate signatures for spam than you or I ever will, and as a linux admin if you think the best use of your time is setting up a pop3/smtp server and keeping it secured you are wasting your client's money at best and over-rating your skill set at worst. I could train a monkey to setup a mail server, but keeping it up to date without users screaming that there is too much spam or their emails are getting marked as spam when they are not is an entirely different story.

    --
    Get a web developer
  66. Yes, but you're a "decent linux admin" by Anonymous Coward · · Score: 0

    The other 99.9% of the population (might need more nines, in fact) hasn't a clue how to do any of this. You might as well recommend that people do their own surgery on each other when needed, rather than trust your body to a surgeon.

  67. Re:Seems like a good place to suggest backup solut by Overzeetop · · Score: 2

    How do you access the backup if mailstore folds? Is the database in a cleartext or html readable format, or is it proprietary? I couldn't find the answers on the website, as everything is geared (naturally) toward the paid version.

    --
    Is it just my observation, or are there way too many stupid people in the world?
  68. Re:IMAP - More efficient storage alternative? by Luckyo · · Score: 1

    If it does that, it most likely means you're not downloading messages to your system other then on demand. You need to tick the option to download entire messages rather then headers on refresh.

  69. Or anyone else, for that matter by OhHellWithIt · · Score: 1

    The thing that has always concerned me about any free mail or other data storage service is that there's no obligation on the part of the provider to give continuity of service or to restore data. I'm no lawyer, but I believe there's even a legal principle along the line that if one hasn't paid anything for the service, then there's no financial harm to the "customer" if the service goes down; if there is no harm, there is no recourse.

    --
    "Who controls the past controls the future. Who controls the present controls the past." -- George Orwell
  70. Re:Only I value my data enough to protect it prope by jambox · · Score: 1

    Well I can tell you, Mr Doubting Thomas, that I have had a gmail account for years and have *never* had any problems with it whatsoever. From this sample of 1 I extrapolate that backing up all my mail would be a waste of my precious time.

    I can assure you I WILL NEVER GET BY COMEUPPANCE! NEVER!

    --
    You thought you could break the laws of physics without paying the PRICE?
  71. Trust nobody . . . by Anonymous Coward · · Score: 1

    "For the rest of us, perhaps this is a timely reminder to backup our data and be less trusting of the cloud."

    Although email is important, there are far more fundamental needs that warrant "backups," if you will. That's why I grow all my own food, generate my own electricity, and perform all my own medical care. Although I'm miserable focusing on all these tasks that others can perform more capably than me, it's a small price to pay in the very, very unlikely event of a catastrophe that destroys society but for some reason leaves me alive. That way, even with the failure of the "cloud" known as society, I'll be able to continue living my life the way I always have - miserably and without time for sleep, playing with my son, etc.

    1. Re:Trust nobody . . . by AlienIntelligence · · Score: 2

      That's why I grow all my own food, generate my own electricity, and perform all my own medical care. Although I'm miserable focusing on all these tasks that others can perform more capably than me, it's a small price to pay in the very, very unlikely event of a catastrophe that destroys society but for some reason leaves me alive. That way, even with the failure of the "cloud" known as society, I'll be able to continue living my life the way I always have - miserably and without time for sleep, playing with my son, etc.

      Lol, really? No one's gonna mod that funny as hell?

      Sorry man, I got no points.

      -AI

      --
      For me, it is far better to grasp the Universe as it really is than to persist in delusion
    2. Re:Trust nobody . . . by savvysteve · · Score: 0

      Why are you posting on SD then? Shouldn't you be out harvesting our crops or something? BTW farmville doen't count.

  72. Stupid by Anonymous Coward · · Score: 0

    Cloud doesn't have anything to do with this problem. It sounds more like it was a Google issue. Just because the Gmail service runs on a cloud doesn't mean the data reset problem was not a user mistake. It says it was a bug which means a coding problem with the way Gmail operates not the cloud. The benefit of the cloud is that in this case Google is responsible for correcting the problem and restoring the last backup of data for the affected users. While this may take a little bit of time it is recoverable and does not require the user to worry about their data. As long as the provider is trusted to restore data properly there should be no need for user backup of cloud based data.

  73. That's why stuff like CouchDB is great by Paul+Fernhout · · Score: 1

    http://couchdb.apache.org/

    You can host stuff in the cloud like with one fo these providers:
    http://www.couchone.com/
    https://cloudant.com/
    and then easily backup to a desktop or even another cloud service you run yourself:
    http://osdir.com/ml/db.couchdb.devel/2008-01/msg00222.html

    CouchDB is a document-oriented database that supports easy replication between databases (with some indirect ideas from Lotus Notes). But I don't know of its use as an email client? Maybe a new niche there to write one...

    CouchDB does not send or recieve email directly though -- one missing feature IMHO, although you could build some sort of relay to it using web standard (and maybe someone has). Basiclaly, you'd need a gateway to and from CouchDB as a server somewhere to translate between mail protocols and the http protocols CouchDB likes.

    In the long term, we need a semantic desktop though...
    http://en.wikipedia.org/wiki/Semantic_desktop

    My own fumbling attempts in that direction:
    http://sourceforge.net/projects/pointrel/

    --
    A 21st century issue: the irony of technologies of abundance in the hands of those still thinking in terms of scarcity.
  74. An ISP can do this too! by Anonymous Coward · · Score: 1

    http://www.theregister.co.uk/2006/07/11/plusnet_email_fiasco/
    11th July 2006 15:08 GMT

    PlusNet has deleted hundreds of gigabytes of its customers' email during a storage update. The blunder also left about half its 140,000 punters unable to send and receive new email until this morning.

    Data recovery engineers have been called in to try and retrieve the more than 700GB of data that was lost by the Sheffield-based ISP.

    http://usertools.plus.net/status/archive/1154603560.htm
    On the 9th July around 700GB of email was deleted. We have carried out further investigations in to the type of data that was contained in the emails. This investigation indicated that approximately 50% of these emails were identified as spam email, approximately 48% was email that had already been read, downloaded and a copy left on our servers with the remaining 1-2% of the email deleted being unread.

    We have been working closely with the data recovery specialists who have been trying to recover the data on our behalf.

    Due to the complexity of the task we have been unable to provide a reliable update on when recovery of data could be expected.

    Our data recovery specialists have been able to provide a partial file list of the email data, but it has since become clear that we will not be able to recover the directory structure. Without the directory structure we cannot recover any meaningful data, due to complexity of associating the data with the relevant customer accounts.

  75. If I lost every email I had... by Anonymous Coward · · Score: 0

    nothing of value would be lost.

    Seriously, who keeps *information that they need* in emails alone? I copy information to other sources -- to calendars, to documents, etc. Email as an information archive, to me, is silly.

  76. W00T Got my 7G of free space back! by Provocateur · · Score: 1

    ...and the glass is half-full, I said...

    --
    WARNING: Smartphones have side effects--most of them undocumented.
  77. Funny by Anonymous Coward · · Score: 0

    how people don't like cloudless days. Too much time in the basement, I guess. Me? I'm gonna catch me some rays.

  78. Gee thanks Gmail... by AlienIntelligence · · Score: 1

    Way to hurt a fanboi's feelings...

    feh

    -AI

    Well, just checked all of my accounts there, I was a lucky one.

    --
    For me, it is far better to grasp the Universe as it really is than to persist in delusion
  79. Seriously, I'm more worried by Provocateur · · Score: 1

    ...about /. double-spacing comments.

    --
    WARNING: Smartphones have side effects--most of them undocumented.
  80. Re:Only I value my data enough to protect it prope by Anonymous Coward · · Score: 0

    Yeah, Adam trusted Eve when she gave him an Apple and see where that got him. He should have insisted on Linux...

  81. Re:Only I value my data enough to protect it prope by kiwimate · · Score: 1

    That's nice. Presumably you have the technical skills necessary to assure a high value of "protect it properly". Most people don't, and have to depend on someone else to do it for them.

  82. Google account recovery by seifried · · Score: 1

    I know for a fact Google can recover deleted accounts quite a bit after the fact (we had an admin accidentally delete a user account, all his email/contacts/calendar went poof, and the guy had around a half gig of stored email and a week or two after we figured out what happened Google was able to restore the account) so I would assume in this case the same will happen (identify the nuked accounts and restore them. Not a huge deal. To bad we have no numbers of say how often things like this happen in internal mail systems. But I'm willing to bet overall Gmail is more reliable than an in house solution and more capable of account recovery.

  83. Gmail backup is a great way to go by savvysteve · · Score: 1

    I have been using gmail backup for quite some time. You can run it from a batch file and fire it off once a day or more. The only problem is this. There is a problem with the IMAP protocol that was changed by Google some time ago. The gmail backup utility has never been updated so now there is a small bug in it. It marks all your email as read after you run the script. So for instance I run my backup at 9pm each night. Any email that I get between the time I last saw my email on my iphone or PC and about 9:10 is marked as read. Now that I know about this then no big deal. It took me a couple of days to figure out how it was happening. I knew I couldn't have seen some emails and they got buried from the previous day. The only other thing which I am sure I could change if I wanted to was the script has to put in a hard date. So you run a backup from 1/1/2011. I am sure there would be a way to run it based of of the current day to go back 30 days or something. I just haven't taken the time to do it. I just didn't want to lose years of history. I have had my gmail account now for about as long as gmail has been around. So I think I have 5 years of history now. I have only cleared out emails a few times and I barely hit the 25% mark.

  84. Re:IMAP sync by qubezz · · Score: 3, Interesting

    I suppose a prudent question: when you do an IMAP sync, does it wipe off the local copies just when the remote copy has been flagged deleted, or does it also go further: if you sync to a "reset" remote account, would Tbird's IMAP recognize the local emails no longer exist at the remote and toast your local folders? Will IMAP sync easily upload a whole gmail mailbox back up to a reset account? Time to look at IMAP protocol a little more closely, since we can't 'reset' our own gmail accounts this way to test recovery techniques.

    Backing up your local profiles regularly to recover against a "gmail wiped all my emails" or even a "hacker deleted all my emails" scenario would seem a reasonable precaution.

  85. Re:Only I value my data enough to protect it prope by maxume · · Score: 1

    If some government agency is poking through your inbox, it isn't because it is the only way they can get to you, it is because it is convenient.

    There are certainly reasons not to trust a third party with long term storage, but 3-letter paranoia isn't one of them.

    --
    Nerd rage is the funniest rage.
  86. Syncplicity by GWBasic · · Score: 2

    For the rest of us, perhaps this is a timely reminder to backup our data and be less trusting of the cloud.

    Pardon the slashvertisement, but Syncplicity lets you synchronize Google Docs with a folder on multiple computers. You can choose either Word or OpenOffice formats; and then edit Google Docs files in Word or Open Office, even without an internet connection. The changes then are uploaded into Google Docs.

  87. Cygwin is the bomb for this by sean.peters · · Score: 1

    I've got a couple of really important directories on my Windows box that I just rsync (via Cygwin) back to my file server. Not quite as good as a versioning backup system like Time Machine, but still pretty handy.

  88. Missing the point by sean.peters · · Score: 1

    Yes, of course someone could lock you out and prevent you from (future) POP access. But at least in that scenario you wouldn't have lost all your e-mail history.

    1. Re:Missing the point by pmontra · · Score: 1

      Not only email history but also the address book.

  89. Assange should be reason enough by GodfatherofSoul · · Score: 1

    I've lost all trust in cloud computing; for reasons of privacy, political (not that I have reason to be a target, more about the principle), and information safety. Unfortunately, my Android phone currently has me hopelessly bound to the Google cloud with no obvious ways to extricate myself. Any leads would be much appreciated.

    --
    I swear to God...I swear to God! That is NOT how you treat your human!
  90. I tend to agree by sean.peters · · Score: 1

    While it would be a big problem for me to lose my work e-mail history (done via Exchange) - you'd be surprised how often I need to produce proof that I provided something via e-mail or someone sent me something via email - in my personal life... not so much. I've got a ton of mail in my Gmail account and although I'd just as soon not lose it, if it were to disappear, I doubt I'd notice. I got the account back when you still had to get invited to join, and while I use it quite a lot to this day, I more or less never go back into the history.

    I guess it depends on what you're doing with your account.

  91. Finally deleted e-mail by Infiniti2000 · · Score: 1

    I finally deleted (not archived) my GMail. Sorry I had to take 149,999 people with me.

  92. Domino by Belial6 · · Score: 1

    I can hear the trolls start to stir at the sound of it, but you might want to consider using IBM. They offer 'cloud' hosting of Domino based email. This has the benefit of allowing you have a local copy for all of your users by just dropping a server at your location and telling it to replicate. It will give you local speed if you choose to access the local replica. You will have access to the hosted system from anywhere in the world. If you decide to go all in house at some later point, you just have them shut off the hosted server since you have the full infrastructure locally. If you don't like the Notes client, you can connect with whatever POP or IMAP client you want.

    IBM might not be as hip as Google, but they do know technology.

  93. Re:Only I value my data enough to protect it prope by flanders123 · · Score: 1

    There is only one person in the world who values my data enough to protect it properly, and that person is me.

    I dunno...Google makes a lot of money with your data (if you use Gmail). I'm thinking they value money enough to keep your data protected.

  94. Funny by bonch · · Score: 1, Flamebait

    How funny. If this was Hotmail, there would be tons of posts bashing Microsoft and contrasting them to the oh-so-great Gmail service. But because it's Gmail, there are tons of "It's your fault for trusting in the cloud" posts.

  95. Exactly by sean.peters · · Score: 1

    While this doesn't happen all that often, it happens often enough that you want to be prepared for it. I've got several years worth of work e-mail archived, and on more than one occasion I've had to reach into the figurative time machine and wave evidence in people's faces. In general I'm not that into administrative warfare, but there's nothing more satisfying than rolling up an old e-mail and sticking in the eye of some dumbass who's trying to blame you for their own mistakes.

  96. Nope by sean.peters · · Score: 1

    They formally moved it out of beta in 2009. You might have an argument if you said it's a free service and they aren't obligated to provide any particular level of service (you'd have to check the TOS to be sure, and I can't be bothered), but it's definitely no longer in beta and hasn't been for quite a while.

  97. MOAR TESTING by Fict · · Score: 1

    Sounds to me like gmail should have spent longer in beta.

  98. What idiot trusts anything free beta software. by alcmaeon · · Score: 1

    What idiot trusts his important data to free beta software? Hey, guys, if you don't like getting a rear-ender from gmail, demand a refund. BWAHHAHHAHHAHHAHAHAH!

    Yeah, yeah, I know, Google took the "beta" off sometime ago, apparently prematurely. This is the whole problem I have with Google products. They all seem rushed and buggy, "beta" tag or not. For instance, their calendar program was a constant source of grief for us, so we finally just gave up on it.

  99. Re:Only I value my data enough to protect it prope by Anonymous Coward · · Score: 0

    There's nothing decent about leaving yet another machine on 24/7.

  100. It's worse/not as bad by Anonymous Coward · · Score: 0

    They have taken all of the accounts and disabled them. Here's the issue.

        They didn't TELL anyone. When you try to log in, your pointed to a page which states you obviously violated their terms of service. Even worse, any email to your account BOUNCES telling the world the same thing.

       

  101. Why use Gmail for important data anyway? by Anonymous Coward · · Score: 0

    We all know what Google does with the content and contacts in our Gmail accounts. Why are people whining over a flaw in a service they shouldn't be using for important mail in the first place? I use Gmail for porn mailing lists and it serves that purpose well. For anything personal or professional, I've always used real email.

  102. No magic in the cloud by John+Whitley · · Score: 1

    What gets me is when folks think that storing data remotely (aka "in the cloud") is anything more than a single copy for data survival purposes. It's just another kind of storage with a different set of benefits and risks than the typical "hard drive under the mattress" backup approaches. It still pains me to think back to folks I knew in the 90's who trusted their web hosting providers to have robust redundancy and backup systems. When those providers had severe data loss issues... these users had no local backups. Major hobbyist sites with tons of work put into them ==> straight into the great bit-bucket in the sky.

    As a baseline for important data, you want to have three copies of it and you want to verify your recovery process. Ideally, two of those are never in the same location at the same time. (e.g. backup #1 is secured offsite, and occasionally swapped with backup #2). Ye Olde Cloude counts as (at most) one extra copy in this sort of scheme.

  103. Backing up? by roc97007 · · Score: 1

    > For the rest of us, perhaps this is a timely reminder to backup our data and be less trusting of the cloud.

    ...And non-geek businessmen everywhere are lamenting "I thought putting it in the cloud was backing it up!"

    --
    Oliver's law of assumed responsibility: If you're seen fixing it, you will be blamed for breaking it.
  104. The problem is not the cloud. by mcrbids · · Score: 1

    Sure, it's always a good idea to have your own backups. But a very good reason for going with cloud-based solutions is that it's THEIR problem to back up the data.

    So, go with cloud-based solutions that back up their data! It's been a long-known issue that Gmail doesn't back up their data, instead relying on redundant storage (roughly analogous to RAID) for data integrity.

    Does google perform backups of data for gmail accounts that are paid? (EG: edu clients)

    --
    I have no problem with your religion until you decide it's reason to deprive others of the truth.
    1. Re:The problem is not the cloud. by GORby_ · · Score: 1

      In response to the problems they are having now, Google stated that they DO have backups on tape. It just takes them longer to find the relevant data and restore it.

      Thanks for showing your ignorance...

  105. Re:Only I value my data enough to protect it prope by Anonymous Coward · · Score: 0

    Trusting your email to a company who's main business is mining data can't be safe either.

    Actually, you have that backwards. Your data is all they have, and they really want to see how you use it.

    The latter part of having your data spread out over unknowns is always a risk, since any government or money agency is going to do some international commerce.

  106. GMail Backup Re:IMAP by Anonymous Coward · · Score: 0

    This is *exactly* why I have GMail Backup run nightly

    ac

    Now my use of the email isn't mandated by my backup requirements.

  107. Re:Only I value my data enough to protect it prope by Alain+Williams · · Score: 2

    And what do you do when your house burns to the ground with both your cheap virtual machine and BackupPC?

    If you were competent you will have arranged an off-site backup, maybe not every day but at least occasionally.

  108. What? No! GmailBackup Re:Create backup account... by Anonymous Coward · · Score: 0

    Simple solution: Create a second gmail account to serve as the back up. Always BCC: this account every mail you send from the main account. Auto forward every received mail to this account. Chances of gmail wiping both due to the same glitch is remote. This is likely to be as safe, as reliable as mucking around with imap clients running on some home grown hand-me-down server and cron jobs to take periodic back ups. Far cheaper too.

    It's not a bad solution from a non technical perspective, and I applaud your creativity. However, a better and less error prone method is to schedule gmail backup to run nightly on your computer. I call your method error prone because it requires user intervention for every single sent email. This is not good. Any method that requires regular user intervention is bad. However, beyond just backups, the user must review their backed up gmail regularly, which is what google (or any other) calendar is for. Just add an event to remind you to look at your backups and verify they're done (and restoreable or at least readable).

  109. Good by McTickles · · Score: 0

    This should be a wake up call for people who think their emails really get deleted from gmail and for people foolish enough to trust everything ot a third party company FOR FREE.

    Now, I am no fan of so called cloud computing but i understand it can be convinient for many reasons however i think the best way for cloud computing to evolve would be an open model.

    Company X is a hosting corp and provides google docs like web based applications.
    Person Y wants to host documents on the cloud to not have to worry about them being hosted locally.
    Person Y doesn't completely trust X
    X proposes the following deal to Y: rent a VPS somewhere, we help/let you set up our web based system for free on it for your documents but in return
    you have to provide some bandwidth/storage for other people to store their documents.

    Or X could even be an opensource solution, and much like jabber people set up servers and other people join whichever server they like and servers are sync'd each storing a fragment of everyone's data, so that no 1 server has the full data set, ideally.

    Real cloud computing is P2P based really; Google ain't pure cloud computing and so are most of the other providers out there. Otherwise it is just a very redundant hosting solution.

    The gmail problem would have been fixed easily with such a scheme because the redudancy would be on many servers, run by many different people in wide variety of locations.

    Of course corporations don't like this idea because they want to sell you fancy hosting solutions that they rebranded "cloud". or provide for free, as per google's case but in return for surrendering your rights to your data.

  110. 10. Profit! by Kittenman · · Score: 1

    You missed the all-important one.

    --
    "The greatest lesson in life is to know that even fools are right sometimes" - Winston Churchill
  111. Re:Rsnapshot by DocSavage64109 · · Score: 1

    If your server is running some version of linux, you can use rsnapshot for versioning.

  112. Re:What? No! GmailBackup Re:Create backup account. by Anonymous Coward · · Score: 0

    And as my wife just pointed out: if you're still storing it on google how do you know both your accounts aren't on the same drive? If you're going to use the GP's method, at least use a different provider. ie: gmail primary, yahoo backup.

  113. I'd accidentally commit suicide. by Anonymous Coward · · Score: 0

    With my docs and all in it? I have no doubt.

  114. Re:Only I value my data enough to protect it prope by asdfghjklqwertyuiop · · Score: 1

    I sure trust that person more than I trust google.

  115. Re:A year ago Gadhafi and Mubarak were our allies by Fjandr · · Score: 1

    Disclaimer: Not an Obama apologist.

    US Presidents on both sides of the aisle turn their back on world leaders when they become inconvenient. Throwing people under the bus is necessary in US politics, especially it the highest levels. Hypocrisy and politics go hand-in-hand. It's made necessary because one typically needs to be ruthless to win in the partisan environment maintained in the US by people just like you. People who have a soul usually don't do well in end-game politics, at least not for long.

  116. Re:A year ago Gadhafi and Mubarak were our allies by Fjandr · · Score: 1

    Doh. If I'd actually looked at what story this was when I sat back down I wouldn't have replied to something so off-topic.

    Apologies to everyone else. >.

  117. Yes Virginia, there is enough toast for all by Anonymous Coward · · Score: 1

    Yes, it toasts your cached emails. My university lost its email server on Thursday (which uses IMAP) and all my cached messages in Entourage were deleted the instant I was stupid enough to click on "inbox".

    1. Re:Yes Virginia, there is enough toast for all by EkriirkE · · Score: 1

      This is why I have a message filter set up to copy the email to a local store upon receipt. Essentially mimicking POP, but I like IMAP more for the folder organisation and instant notification.

      --
      from 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
      to 45 2F 6E 40 3C DF 10 71 4E 41 DF AA 25 7D 31 3F
  118. Re:Seems like a good place to suggest backup solut by Mascot · · Score: 2

    You can export to a number of file formats (Outlook, Thunderbird, plain text files etc), as well dumping it to an IMAP account or via SMTP.

  119. Re:Seems like a good place to suggest backup solut by Mascot · · Score: 1

    Sure, possibly. Assuming the blooper wiped out configuration settings as well as email. But then again, a complete wipe would likely mean the account would be gone as well, so it could just as well be that settings were retained.

  120. Backups by Nukedoom · · Score: 1

    I printed out all my emails cause you can't always trust the cloud.

  121. Uhm... by Aighearach · · Score: 1

    what is the "hassle" in
    # chkconfig sshd on
    # service sshd start

  122. IsDeleted by sycodon · · Score: 1

    This is why you always, always, always set the isDeleted flag instead of actually deleting the data.

    --
    When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
  123. OfflineIMAP by Archwyrm · · Score: 1

    If you don't want to bother with a graphical client like Thunderbird, I would recommend OfflineIMAP for backing up your remote mail accounts.

    --
    Fascism should more properly be called corporatism because it is the merger of state and corporate power. -- Mussolini
  124. affected person here by scifigeek · · Score: 1

    as of this writing, it might still be another two days before i can access my account. that gmail account is linked to my google voice account (my primary home phone number, and the way i make outgoing calls). so, no home phone for three days :-( PIAF asterisk home server

  125. Re:IMAP sync by Anonymous Coward · · Score: 1

    This is my setup.

    FreeBSD server with RADZ (linux/ unix would work equally well).

    Everything is download via fetchmail.
    It is then sorted, parsed and mangled by procmail which puts it into ~/Maildir
    From there courier-imap serves it up to Thunderbird clients.

    Has a couple advantages.
    - If gmail goes away, I still have my mail. Even if they delete my mail, then fetchmail will just find "nothing". There is no syncing, just a pulling.
    - It's a lot faster over LAN then using imap/web client over WAN.
    - There is spam filters on gmail, procmail and thunderbird. The 3 combined do a good job.
    - There is almost always 3 copies of the mail (excluding backups!). One on google servers, one on the imap server and a copy stored in thunderbird. Add in RAIDZ, snapshots and old fashion backups (both local/remote) and it's pretty safe.
    - I'm not a fan of tagging, labels, etc or whatever gmail does. I'm old fashion and like everything sorted in folders.
    - Everything is in plain text in the Maildir, I can use command line tools, perl, etc to do things like search or other "fancy" stuff. For example, I went though and grabbed all attachments and saved them to a temp directory (cause I was looking for a picture). Turned on 'thumbnails' in GUI interface and found the pic I was looking for. That would be near impossible with a web client without spending hours searching though mail or scrapping html.
    - I pull mail from gmail, other "free" accounts, school, work, domains, etc. Everything is dumped to one location and I have one interface to interact with *all* my email.

  126. sync your gmail account by scott459 · · Score: 1

    mbsync is a great linux utility to sync a mailbox via IMAP, and can perform either full or incremental synchronizations. I sync my gmail account to a local directory that gets backed up with the rest of my local files daily, so in effect I have daily versions of my gmail mailbox. http://isync.sourceforge.net/mbsync.html

  127. Re:Only I value my data enough to protect it prope by Anonymous Coward · · Score: 0

    There's a two letter difference between an automatic backup script and an automatic fuckup script.

  128. 150k users? More like under 40k by Anonymous Coward · · Score: 0

    Considering GMail has over 193.3mil users, and this affected less than .02% of users, that means it was actually less than 40 thousand.

  129. Re:Seems like a good place to suggest backup solut by sznupi · · Score: 1

    Labels, conversations, chats, drafts? (essentially - "how complete can it be"? Yeah, I still gotta check with some recent IMAP clients, for starters...)

    Generally, a thing like this must not play well with pushing "Gmail for enterprise"; or how it's tied with Android.

    --
    One that hath name thou can not otter
  130. Re:Only I value my data enough to protect it prope by RobertM1968 · · Score: 1

    Just a few points...

    There is only one person in the world who values my data enough to protect it properly, and that person is me.

    Dam right. Trusting your email to a company who's main business is mining data can't be safe either.

    Then again, since their business IS data, as you point out, it may just be important for them to keep it safe, after all...

    Having your data spread out over god knows how many countries and subject to the whims of who knows what government agencies doesn't sound like a good idea.

    As opposed to having it on your own hard drive and still being subject to the whims of who knows what government agencies, and NOT having the muscle that Google has to fight said agencies? If that's your big concern, I for one would be happier with them defending my data against the whims of who knows what government agencies than I would be in trying to do that myself and getting steamrolled by said government agencies - especially, as in the case with Google, they do indeed seem to make such an effort.

    I run my own mail server and do nightly backups of my whole mailstore. Any decent linux admin should be able to setup a cheap virtual machine and a BackupPC server at home to do the same. In fact any decent linux admin should enjoy setting it up.

    It is truly a good thing that all computer owners are decent linux admins...

    Sarcasm/joke aside, what works for you - or others with the knowhow is not what works for... 90% of the computer using population. You know... people like the ones that come into our tech shop with "broken" computers because they bumped the power supply switch they dont even know exists (much less what it does)... or the ones who have no idea where their email, regardless of what service they are using, is stored? I've had people buy new computers and bring in their new and old ones and ask us to transfer their cloud-stored mail... and I've had people bring in machines (where, for instance, they use Outlook and some ISP non-web based mail solution) who think their mail is stored in magic-internet-land (when of course, it's local on their hard drive).

  131. Re:IMAP sync by subreality · · Score: 1

    The way I do it is IMAP syncs whatever my provider has. I back up my side of it. If they delete everything, my IMAP mirror is deleted too, but I still have my backups.

    I had to restore once, and it was easy: Restore everything into Local Folders; then drag and drop them back into the IMAP server.

  132. personal MTA: initial effort, but possible by Onymous+Coward · · Score: 1

    I set up anti-spam measures back in 2003 and they lasted fairly well, but the system was hinged almost exclusively on DNSRBLs, of which 2/3 disappeared. Poor choices on my part.

    Then I did a lot of research and reconfigured my anti-spam system. It's now very efficient, very cautious, and with "defense in depth" among other things, more robust and durable. It continues to work extremely well 3 years later, without adjustments.

    Did the stats just now and I'm catching 99.7% spam (failing to handle 27 spam out of 8252 total spam attempts for the past month).

    With the order I have my measures implemented, 30% of rejects are for broken HELOs, 40% are by DNSBL (Spamhaus XBL primarily, and SpamCop SCBL), 15% are for bogus recipient addresses, and 15% are greylisted. (Counting stats on greylisted rejections is a bit hard -- consider this a fuzzy factor. So my actual spam catch rate may be theoretically as low as 99.4%.)

    I use no content-based filtering. Which saves on resources. But if I had less faith in these DNSBLs I'd probably add that into the mix.

    If Spamhaus XBL failed, SpamCop SCBL and greylisting would pick up the slack very well. If XBL and SCBL failed, greylisting would probably pick up the slack well enough.

    Or you could probably just set up SpamAssassin. But I'm a sysadmin by vocation, so I wanted to understand and have control.

  133. Backups by DanielRavenNest · · Score: 1

    I have Thunderbird set to open my Gmail inbox by default, and then any mail I want to save gets dragged to a local folder (which I have lots of folders by topic). About 80% of incoming mail gets deleted. The rest I now have two copies, the original on Gmail, and my local copy. I figure the chances of *both* getting trashed is pretty low.

  134. Re:Only I value my data enough to protect it prope by 1s44c · · Score: 1

    What if you are trying to send an email and your IP is blocked since it is registered to an ISP and not a host?

    Setup your mailer to allow and trust SMTP AUTH from all IPs.

    DNSBL's are for IPs that don't authenticate.

  135. Re:Only I value my data enough to protect it prope by 1s44c · · Score: 1

    And what do you do when your house burns to the ground with both your cheap virtual machine and BackupPC?

    The virtual machine isn't at my home, it's from linode.com. It's hosted in a real data center with redundant power, fast network, etc. They don't cost much.

  136. Re:IMAP - More efficient storage alternative? by Zaiff+Urgulbunger · · Score: 1

    For absolutely years I've wanted to have a local mail server process to download email from various sources and store copies locally, and then I could just use a simple IMAP client to access the local email store.

    This would mean I only have to backup my local mail server and could ignore the email client(s), and it would allow me to try out alternative email clients easily. At the moment I use Thunderbird, which is okay... but I wouldn't say I absolutely love it or anything! But to try alternatives risks downloading a bunch of emails and then having some data stuck in one client and some in another, and having a lot of work to do to sort it out. It's that "not enough hours in a day" problem that leaves me using Thunderbird rather than risk anything else.

    Following this train of thought through, why do email clients like Thunderbird etc, do the mail download/storage/search *and* client front-end bits? If they separated it so the client was just an IMAP front-end, it would surely be better?

  137. Re:IMAP sync by Zaiff+Urgulbunger · · Score: 1

    Anyone got a link to somewhere describing (in very simple terms) how to do this?

  138. CrashPlan by gottabeme · · Score: 1

    I recommend CrashPlan.

    --
    "Those who consume the bulk of goods are those who make them. We must never forget this secret of our prosperity."
  139. What's email anyway? by tehcyder · · Score: 1

    Isn't it just something that old people use?

    --
    To have a right to do a thing is not at all the same as to be right in doing it
  140. rdiff-backup by gottabeme · · Score: 1

    or rdiff-backup

    --
    "Those who consume the bulk of goods are those who make them. We must never forget this secret of our prosperity."
  141. Back up your cloud data in another cloud by machinerebel · · Score: 1

    I just use Backupify to backup my gmail to another cloud. What are the chances of two clouds going down at once?

  142. Re:Seems like a good place to suggest backup solut by Mascot · · Score: 1

    I don't have MailStore on this computer, but if I remember correctly labels are handled as folders. Chats and drafts are just labels I believe, so those should be fine. Conversations as in the way Gmail presents threads? I don't believe MailStore has similar logic for presentation, but could be wrong.

    For me, what matters is I have a searchable copy of all my emails, including attachments. If Google explodes, that'll do fine for a save.

  143. Re:Seems like a good place to suggest backup solut by sznupi · · Score: 1

    I checked again (after some time), in few clients... and chats are (still?) very much not among IMAP folders visible to local client (also when a conversation has both chat and mail component); they are quite distinct. They are not labels, too, for that matter (which don't work so well as folders...). Basically it makes even using random local clients not very practical / except for few mobile ones... / Google could really push for slight extension of IMAP standard / OTOH - they want eyeballs kept in their UI...

    It's still better than most IM, which generally keep only local archive (would be lost several times in the meantime), but...

    --
    One that hath name thou can not otter