Created
July 17, 2019 21:58
-
-
Save mcohen01/eb2a9972544a130fab7ed0ac9749628f to your computer and use it in GitHub Desktop.
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 characters
tar czf Downloads.tar.gz Downloads | |
tar czf Sites.tar.gz Sites | |
tar czf dots.tar.gz .aliases .aws .bash .bash_history .bash_profile .bash_prompt .bashrc .boto .config .curlrc .docker .dropbox .exports .gitconfig .gnupg .gsutil .hushlogin .inputrc .ipython .iterm2 .iterm2_shell_integration.bash .lein .mysql_history .profile .psql_history .sh_history .ssh .vim .viminfo .vimrc .vscode | |
tar czf Postgresql.tar.gz /usr/local/var/postgres/ | |
gsutil cp Downloads.tar.gz gs://mcohen01-backup | |
gsutil cp Sites.tar.gz gs://mcohen01-backup | |
gsutil cp dots.tar.gz gs://mcohen01-backup | |
gsutil cp Postgresql.tar.gz gs://mcohen01-backup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment