I’ve made some improvements to Alphabet Clock, most notably the inclusion of dates and developer libraries. Read the full story on Alphabet Clock’s blog.
Archive for the ‘ruby’ Category
Backing Up Your Data with Astrails-Safe
November 9th, 2009
2 Comments
Astrails-safe is a ruby gem, so you can install it on your web server like so:
sudo gem install astrails-safe
Using Amazon S3 from the Command Line with s3sync
November 9th, 2009
1 Comment
s3sync comes with two utilities: s3sync.rb, which can backup a directory to S3 rsync-style, and s3cmd.rb, which gives you a command-line interface to S3. We’re actually not going to use s3sync.rb to backup our files (in the next blog post I’ll show you how to use astrails-safe instead). However, we will be using the s3cmd.rb utility now in order to interact with S3 from the command line.