معرفی شرکت ها


EncryptedGmailBackup-0.0.4beta2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Backup your GMail account with GPG encryption.
ویژگی مقدار
سیستم عامل -
نام فایل EncryptedGmailBackup-0.0.4beta2
نام EncryptedGmailBackup
نسخه کتابخانه 0.0.4beta2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Stephen Holiday
ایمیل نویسنده stephen.holiday@gmail.com
آدرس صفحه اصلی https://github.com/sholiday/encrypted-gmail-backup
آدرس اینترنتی https://pypi.org/project/EncryptedGmailBackup/
مجوز UNKNOWN
# Encrypted Gmail Backup Place your config in in `~/.encrypted_gmail_backup` Sample Config: [gmail] username = stephen.holiday@gmail.com 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](https://github.com/abjennings/gmail-backup)


نحوه نصب


نصب پکیج whl EncryptedGmailBackup-0.0.4beta2:

    pip install EncryptedGmailBackup-0.0.4beta2.whl


نصب پکیج tar.gz EncryptedGmailBackup-0.0.4beta2:

    pip install EncryptedGmailBackup-0.0.4beta2.tar.gz