Backup your Gmail account in Ubuntu Linux with gmvault
|
|
This is a follow-up of my previous post “What to do when your Google disabled your Gmail account?“.

Here’s how to download all emails from your GMail account with Gmvault:
Download and setting up gmvault
1. First you need to install python-pip
sudo apt-get install python-pip
2. Then using ‘pip’, install gmvault
sudo pip install gmvault
3. Finally you can sync and backup GMail accounts with ‘gmvault‘
gmvault sync your_username @ gmail.com
4. gmvault will ask you to authenticate yourselves with GMail, and after that, the syncronization process starts. gmvault stores all the gmail backup in the ‘gmvault-db‘ directory.
p/s: Some users encounters error telling that the “All Mail folder is not visible”. You can enable All Mail folder visibility by checking the “Show in IMAP” box in Settings->Labels. Also, IMAP access should also be enabled for this to work.
p/s 2: It might not be obvious right now why you need to backup your emails when Gmail has gigabytes of storage. But according to Gmail discussions group, Google can and might disable access to all of its services, locking the users out from their emails forever.
Tags: email, gmail, google, imap, linux, Python, smtp
Keep updated with the latest posts, be a part of over 1,000 subscribers! :
Subscribe to your email
You might also want to read...
- Beware of the Fake GMail Administrator email
- What to do when your Google disabled your Gmail account?
- How to back up files periodically using rsnapshot and NFS in Ubuntu Linux
- I’m going to backup my Mozilla profiles but…
- How to back up hard drive image over network in GNU Linux
- Sharing files are easy with Dropload!
- Freebies Invitations That I Have


Leave a Comment