Home » Questions » Computers [ Ask a new question ]

How to back up gmail to my computer?

How to back up gmail to my computer?

I am using gmail as a part of Google Apps for Domains. I'd like to back up all my email.

Asked by: Guest | Views: 338
Total answers/comments: 3
bert [Entry]

"There are many ways to do this:

Matt Cutts: How to back up your Gmail on Linux in four easy steps
Back up Gmail with fetchmail
Backing up Gmail with Thunderbird
Gmail Backup utility
BackupMyMail"
bert [Entry]

http://www.gmail-backup.com/
bert [Entry]

"A good general-purpose tool for maintaining local copies of your mail is OfflineIMAP. Here's my config file (with personal info censored) for backing up my gmail:

[general]
ui = Curses.Blinkenlights, TTY.TTYUI, Noninteractive.Basic, Noninteractive.Quiet
metadata = ~/.offlineimap
accounts = GMail
maxsyncaccounts = 1

[Account GMail]
localrepository = Gmail-local
remoterepository = Gmail-remote

[Repository Gmail-local]
type = Maildir
localfolders = ~/Mail/Gmail
sep = /

[Repository Gmail-remote]
type = Gmail
remoteuser = ********@gmail.com
remotepass = ********
holdconnectionopen = true
keepalive = 60
maxconnections = 1

Yes, unfortunately, you put your password in plaintext in the config file. There may be a better way, but I'm not paranoid enough to go looking for it."
"A good general-purpose tool for maintaining local copies of your mail is OfflineIMAP. Here's my config file (with personal info censored) for backing up my gmail:

[general]
ui = Curses.Blinkenlights, TTY.TTYUI, Noninteractive.Basic, Noninteractive.Quiet
metadata = ~/.offlineimap
accounts = GMail
maxsyncaccounts = 1

[Account GMail]
localrepository = Gmail-local
remoterepository = Gmail-remote

[Repository Gmail-local]
type = Maildir
localfolders = ~/Mail/Gmail
sep = /

[Repository Gmail-remote]
type = Gmail
remoteuser = ********@gmail.com
remotepass = ********
holdconnectionopen = true
keepalive = 60
maxconnections = 1

Yes, unfortunately, you put your password in plaintext in the config file. There may be a better way, but I'm not paranoid enough to go looking for it."