Hello all! You’ve been most helpful in the past so I am here again
with another question…
I am trying to use s3sync to backup data from a Rails app to S3. The
app is about to be deployed on Fedora machine. Meanwhile, I am
developing on Mac OS X Leopard running Rails.
I am trying to follow this recipe on how to use s3sync.
http://blog.eberly.org/2006/10/09/how-automate-your-backup-to-amazon-s3-using-s3sync/
titled “How I automated my backups to Amazon S3 using s3sync.”
I’d like to get this running and tested on my machine first before
deploying to the Fedora machine.
The person in the article is running Debian/Ubuntu type system and the
first step says…
===
First, make sure you have ruby 1.8.4 or greater and the ssl lib for
ruby or higher
$ sudo apt-get install ruby libopenssl-ruby
===
QUESTION: Do I need said libopenssl-ruby is running on OSX? If so,
where do I get it from?
I’ve seen the question from Mac users on the original eberly.org blog
post asking the same questions above but there were no answers. The
Mac guys were reporting things not working for them…
THANKS!