Code Monkey home page Code Monkey logo

encrypted-gmail-backup's Introduction

Encrypted Gmail Backup

Place your config in in ~/.encrypted_gmail_backup

Sample Config:

[gmail]
username = [email protected]
password = changeme

[gpg]
keyid = 76AA7B2CF3FD360E
binary = gpg

[backup]
path = /backup/gmail/
metafile = gmailmeta.txt
archive = messages.tar

[gmail]
username = NONE
password = NONE
server   = imap.gmail.com
folder   = [Gmail]/All Mail

[gpg]
# The recipient to encrypt to.
keyid    = 76AA7B2CF3FD360E
binary   = gpg
home     = ~/.gnupg
encoding = utf-8

[backup]
# Target directory for the backup. Must exist and end in a trailing slash.
path = /tmp/

# Name of the target archive.
# Appended to the backup path.
archive = messages.tar

# Stores the ID of the last fetched message.
metafile = gmailmeta.txt

# If your backup directory is on mounted device,
# the script can check if the target directory exists first and fail gracefully.
onexternal = no

# Ensure only one instance of the script per username.
use_pid    = yes
pid_prefix = /tmp/encrypted_gmail_backup

Be sure to chmod 600 ~/.encrypted_gmail_backup so that other users can't read your password.

I have MacGPG installed on my system, so I changed binary to:

binary = /usr/local/MacGPG2/bin/gpg2

Then run gmail-backup and it will start to fetch your mail!

Based on Andrew Jennings' gmail-backup

encrypted-gmail-backup's People

Contributors

sholiday avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.