Hostgator shared hosting backup to AWS S3
Install s3cmd command line tool.
- Copy
s3cmd-setup.shto the home folder via scp.
| ''' | |
| @desc Parse Google Drive spreadsheet data via python | |
| @author Misha M.-Kupriyanov https://plus.google.com/104512463398531242371/ | |
| @link https://gist.github.com/3969255 | |
| ''' | |
| # Spreadsheet https://docs.google.com/spreadsheet/pub?key=0Akgh73WhU1qHdFg4UmRhaThfUFNBaFR3N3BMVW9uZmc&output=html | |
| import logging | |
| import urllib2 |
| #!/usr/bin/env bash | |
| # NEED TO configure | |
| ##uses dropbox_uploader script on github | |
| BITPORT_USERNAME=email_address | |
| BITPORT_PASSWORD=password | |
| DROPBOX_FOLDER=foldername | |
| URL=$1 |