picasa

Dumb script for Picasaweb backup on Linux server & Amazon S3

Anurag Bhatia
Just wrote a quick script to pull dump of Picasaweb albums backup on my server & further to Amazon S3. Overall I have good trust on Google for data but it’s always a poor idea to leave all eggs in single bucket. OK here’s the script (poorly written code. Literally spent 10mins on this, thus suggestions to improve my coding are more then welcome!) #!/bin/bash Destination=<PUT YOUR DESTINATION HERE!> google picasa list-albums | cut -d"," -f1 » $Destination/tmp/album_list.