Live data from Hacker News

Online backup to S3 for the Mac

haystacksoftware.com

51–53 of 53 posts

Re: Online backup to S3 for the Mac

#51

This page could really benefit from a screenshot or if you're feeling adventurous, a screencast. I don't want to commit to downloading this app without seeing how it functions. I understand it lets me back up to S3, but how? I dare say if you add these images, your conversion rates will skyrocket. Assuming this is your site, anyway.

You're probably (hopefully?) right. It was on my list, but maybe I'll move it to the top of my list.

Just adding a followup, you've added screenshots and I'm now considering purchasing your app.

It worked for me :)

Re: Online backup to S3 for the Mac

#52

Earlier quoted context omitted.

Right. The files are named using the SHA1 hash of their contents (to enable de-duplication) and small files are packed together (to dramatically improve performance). I thought that was the best solution given the limits of the S3 API. JungleDisk does something similar I think. What sort of alternative for restoring would you be interested in? Maybe an open-source command-line utility?

A command-line utility is always a big plus for those who like scripting. Maybe a FUSE script/app/plugin?

Check out Quillen for snapshot backups directly to S3. Simple command-line interface, easy for scripting. Also open source. http://quillen.googlecode.com/

Re: Online backup to S3 for the Mac

#53

Earlier quoted context omitted.

Right. The files are named using the SHA1 hash of their contents (to enable de-duplication) and small files are packed together (to dramatically improve performance). I thought that was the best solution given the limits of the S3 API. JungleDisk does something similar I think. What sort of alternative for restoring would you be interested in? Maybe an open-source command-line utility?

A command-line utility is always a big plus for those who like scripting. Maybe a FUSE script/app/plugin?

I posted an open-source command-line utility on github for restoring (downloading) Arq backups from your S3 account:

http://sreitshamer.github.com/arq_restore/

Post reply on HN