
It's cross-platform, and it stores your Google Mail as individual emails, so should GMail go down for any length of time you can still search/browse your emails.
Here is the command I use to do the backup:
bin/gmvault sync ian@email.com -d /Volumes/Sys_Slow/NoBackup/GmailBackup/ -t quick
Hey, remember to correct the email address. Note that the -d parameter specifies where to do the dump, and the -t quick specifies to only do the last two months (clearly you don't use this parameter the first time you run it).
Hey, once you've got backup like that running from a command-line, it's a cinch to automate it (via cron or whatever). I'll save that for another day.
ReplyDeletegmvault still favoured solution, in Oct 2015.
ReplyDelete