from: http://askubuntu.com/questions/164984/backup-with-duplicity-on-google-cloud-storage
apt-get install pip pip install boto
gsutil config -a
duplicity local_dir gs://yourbucket
from: http://askubuntu.com/questions/164984/backup-with-duplicity-on-google-cloud-storage
apt-get install pip pip install boto
gsutil config -a
duplicity local_dir gs://yourbucket