Any tips on using s3sync from another ruby app? I'm thinking about making a TextMate/
e Text Editor AmazonS3 bundle (written in Ruby), and rather than start from scratch, I thought I could perhaps use s3sync. One command I was thinking of writing was a command to back up the Bundles/local directory (which often contains a lot of customized stuff you might not want to loose). Or, more generally, the ability to back up and restore project directories from S3. I generally use Subversion for this stuff, but I'm not really happy unless I have my data in 3 different backup locations.
Thanks for any ideas.