Back That Gmail Up
blog.jerodsanto.net
Back That Gmail Up
1–10 of 70 posts
Re: Back That Gmail Up
#2Re: Back That Gmail Up
#3Another 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
#4Re: Back That Gmail Up
#5I'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
#6CloudPull stores your password securely in the Mac OS X keychain.
Re: Back That Gmail Up
#7Another 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
#8My 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
#9My 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.