Last active
March 21, 2023 01:47
-
-
Save dschep/4105713 to your computer and use it in GitHub Desktop.
Revisions
-
dschep revised this gist
Feb 8, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ 1. Enable SSH 1. SSH in 1. Enable and switch to user shell (optional, requres user homes to be enabled) * set shell to `/bin/ash` in `/etc/passwd` * `su - <user>` 1. Create directory to store all of this (optional) * `mkdir gmvault&&cd gmvault` -
dschep revised this gist
Feb 8, 2013 . 1 changed file with 7 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,17 +2,17 @@ 1. Enable SSH 1. SSH in 1. Enable and switch to user shell (optional, requres user homes to be enabled) * set shell to /bin/ash in /etc/passwd * `su - <user>` 1. Create directory to store all of this (optional) * `mkdir gmvault&&cd gmvault` 1. Get virtualenv * `wget https://raw.github.com/pypa/virtualenv/develop/virtualenv.py` 1. Create virtualenv & install gmvault * `python virtualenv.py venv` * `./venv/bin/pip install gmvault` 1. Backup Gmail! * `ash ./venv/bin/gmvault sync username@gmail.com` ### Relevant Links: * [http://gmvault.org/](http://gmvault.org/) -
dschep revised this gist
Feb 8, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ 1. Enable SSH 1. SSH in 1. Enable and switch to user shell (optional, requres user homes to be enabled) * set shell to `/bin/ash` in `/etc/passwd` * ```su - <user>``` 1. Create directory to store all of this (optional) * ```mkdir gmvault&&cd gmvault``` -
dschep revised this gist
Feb 8, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,5 +15,5 @@ * ```ash ./venv/bin/gmvault sync username@gmail.com``` ### Relevant Links: * [http://gmvault.org/](http://gmvault.org/) * [https://github.com/pypa/virtualenv](https://github.com/pypa/virtualenv) -
dschep revised this gist
Feb 8, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,6 +14,6 @@ 1. Backup Gmail! * ```ash ./venv/bin/gmvault sync username@gmail.com``` ### Relevant Links: * http://gmvault.org/ * https://github.com/pypa/virtualenv -
dschep revised this gist
Nov 18, 2012 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,7 +7,7 @@ 1. Create directory to store all of this (optional) * ```mkdir gmvault&&cd gmvault``` 1. Get virtualenv * ```wget https://raw.github.com/pypa/virtualenv/develop/virtualenv.py``` 1. Create virtualenv & install gmvault * ```python virtualenv.py venv``` * ```./venv/bin/pip install gmvault``` -
dschep revised this gist
Nov 18, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,9 +10,9 @@ ```get https://raw.github.com/pypa/virtualenv/develop/virtualenv.py``` 1. Create virtualenv & install gmvault * ```python virtualenv.py venv``` * ```./venv/bin/pip install gmvault``` 1. Backup Gmail! * ```ash ./venv/bin/gmvault sync username@gmail.com``` Relevant Links: * http://gmvault.org/ -
dschep revised this gist
Nov 18, 2012 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,6 +15,5 @@ * ```ash ./bin/gmvault sync username@gmail.com``` Relevant Links: * http://gmvault.org/ * https://github.com/pypa/virtualenv -
dschep revised this gist
Nov 18, 2012 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,5 +15,6 @@ * ```ash ./bin/gmvault sync username@gmail.com``` Relevant Links: * http://gmvault.org/ * https://github.com/pypa/virtualenv -
dschep revised this gist
Nov 18, 2012 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,4 +12,8 @@ * ```python virtualenv.py venv``` * ```./bin/pip install gmvault``` 1. Backup Gmail! * ```ash ./bin/gmvault sync username@gmail.com``` Relevant Links: * http://gmvault.org/ * https://github.com/pypa/virtualenv -
dschep renamed this gist
Nov 18, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
dschep created this gist
Nov 18, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ 1. Install Python from DSM Package Center 1. Enable SSH 1. SSH in 1. Enable and switch to user shell (optional, requres user homes to be enabled) * set shell to /bin/ash in /etc/passwd * ```su - <user>``` 1. Create directory to store all of this (optional) * ```mkdir gmvault&&cd gmvault``` 1. Get virtualenv ```get https://raw.github.com/pypa/virtualenv/develop/virtualenv.py``` 1. Create virtualenv & install gmvault * ```python virtualenv.py venv``` * ```./bin/pip install gmvault``` 1. Backup Gmail! * ```ash ./bin/gmvault sync username@gmail.com```