mirror of
https://github.com/cheat/cheat.git
synced 2024-11-13 23:51:09 +01:00
added support for Got-Your-Back for backup from Gmail
This commit is contained in:
parent
02f79ddd13
commit
b303bc0028
1 changed files with 13 additions and 0 deletions
13
cheat/cheatsheets/gyb
Normal file
13
cheat/cheatsheets/gyb
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Estimate the number and the size of all mails on youremail@gmail.com
|
||||
gyb --email youremail@gmail.com --action estimate
|
||||
|
||||
# backup from youremail@gmail.com to your local-folder
|
||||
gyb --email youremail@gmail.com --action backup --local-folder "~/MyLocalFolder/"
|
||||
|
||||
# backup from youremail@gmail.com only important or starred emails to the default local folder GYB-GMail-Backup-youremail@gmail.com
|
||||
gyb --email youremail@gmail.com --search "is:important OR is:starred"
|
||||
|
||||
# restore from your local-folder to youremail@gmail.com
|
||||
gyb --email youremail@gmail.com --action restore --local-folder "~/MyLocalFolder/"
|
||||
|
||||
|
Loading…
Reference in a new issue