Live data from Hacker News

Back That Gmail Up

blog.jerodsanto.net

1–10 of 70 posts

Re: Back That Gmail Up

#2
Another good one is http://gmvault.org. I used this just recently to backup and transfer all of my Google Apps emails to a separate gmail account since I'm transferring my apps domain to a different provider. Going just off of what the article says about BaGoMa, Gmvault seems to be comparable in features.

Re: Back That Gmail Up

#3
post #2

Another good one is http://gmvault.org . I used this just recently to backup and transfer all of my Google Apps emails to a separate gmail account since I'm transferring my apps domain to a different provider. Going just off of what the article says about BaGoMa, Gmvault seems to be comparable in features.

From a quick glance Gmvault looks preferable from a security standpoint as your credentials get saved in ~/.gmvault rather than being passed as a command-line argument, which could be viewed by any user on the system.

Re: Back That Gmail Up

#5
My main problem with this is that it would require me to store my password, in clear text, in a shell script.

I'm no security expert but that raises a red flag for me. I'd rather have some way of entering my password each time I want to back up, but this would also make the cron process impossible.

Re: Back That Gmail Up

#7
post #2

Another good one is http://gmvault.org . I used this just recently to backup and transfer all of my Google Apps emails to a separate gmail account since I'm transferring my apps domain to a different provider. Going just off of what the article says about BaGoMa, Gmvault seems to be comparable in features.

From a quick glance Gmvault looks preferable from a security standpoint as your credentials get saved in ~/.gmvault rather than being passed as a command-line argument, which could be viewed by any user on the system.

[deleted]

Re: Back That Gmail Up

#8

My main problem with this is that it would require me to store my password, in clear text, in a shell script. I'm no security expert but that raises a red flag for me. I'd rather have some way of entering my password each time I want to back up, but this would also make the cron process impossible.

See gmvault as mentioned in the comments here, it just saves an oauth token. Still can be used to access your mail but at least it can be easily revoked and isn't your clear text password.

Re: Back That Gmail Up

#9

My main problem with this is that it would require me to store my password, in clear text, in a shell script. I'm no security expert but that raises a red flag for me. I'd rather have some way of entering my password each time I want to back up, but this would also make the cron process impossible.

Just chmod the shell script to 700, so that only your account can read it, together with an encrypted HDD that should be quite save.
Post reply on HN