Live data from Hacker News

Online backup to S3 for the Mac

haystacksoftware.com

41–50 of 53 posts

Re: Online backup to S3 for the Mac

#41

Earlier quoted context omitted.

Arq packs small files (under 64k) together into "packs"... Ok, so if you have lots of 64 kB files they're all PUT separately, using 15625 PUTs/GB (i.e., $0.15/GB)? I guess that's not too bad. The file format is open Nice! Good to see someone who believes in openness. (How about the source code, so that people can confirm that you're doing what the spec says?) One thing caught my eye glancing through that document, th…

Ok, so if you have lots of 64 kB files they're all PUT separately, using 15625 PUTs/GB (i.e., $0.15/GB)? I guess that's not too bad. I guess I could ask you to choose the threshold instead of picking 64k, but generally I've tried to choose reasonable defaults so that the user doesn't have to make those kinds of decisions. Good to see someone who believes in openness. (How about the source code, so that people can con…

>Well, you could actually write your own code to read the files, since the format is open.

I think the parent's point was not vendor lock-in but rather, that publishing the source code to your particular implementation would lend more credibility to it since anyone can inspect it and verify that it does what it says it does.

Re: Online backup to S3 for the Mac

#42

Earlier quoted context omitted.

I'd be far more interested in a generic ssh target thingy, than support for specific peripherals.

I second the motion. I have a ton of storage on Dreamhost that I could totally be using as backup. (And have tried a bunch of times, but it's a pain getting cron and rsync to do the right thing, and then remembering to set it up again when my computer gets changed around...)

Keep in mind that they don't allow unlimited private backups (they allow 50GB of backups store in a special backup user account), the data you store there is supposed to be web accessible.

http://www.dreamhoststatus.com/2007/10/17/policy-clarificati...

Re: Online backup to S3 for the Mac

#43

Earlier quoted context omitted.

You can't figure out what 750 * 0.15 comes to?

Perhaps he is saying that the per-gig cost is not clear. It says buy now for $29, but the extra $0.15/GB/month to use S3 is hidden under "Why use S3?" (you might not expect costs to be there) We both know what S3 is, and know that they charge per gig. But the market of people who want online backups for their macs don't necessarily know this.

true, but this service is also incremental so it'll (in theory) backup more than 750Gb.

Re: Online backup to S3 for the Mac

#44

Sounds nice. Just too bad the contents of my NAS would cost $700 a month to keep on s3.

I was thinking of adding Pogoplug support. That way storage would be much cheaper, although backing up to a Pogoplug at a friend's house may be much less reliable than backing up to S3. Would anyone be interested in this?

Pogoplug support would be great. Especially if I can limit the bandwidth on the device and leave it at a friends house. In fact, I'd leave it at work.

Re: Online backup to S3 for the Mac

#46

Earlier quoted context omitted.

Ok, so if you have lots of 64 kB files they're all PUT separately, using 15625 PUTs/GB (i.e., $0.15/GB)? I guess that's not too bad. I guess I could ask you to choose the threshold instead of picking 64k, but generally I've tried to choose reasonable defaults so that the user doesn't have to make those kinds of decisions. Good to see someone who believes in openness. (How about the source code, so that people can con…

>Well, you could actually write your own code to read the files, since the format is open. I think the parent's point was not vendor lock-in but rather, that publishing the source code to your particular implementation would lend more credibility to it since anyone can inspect it and verify that it does what it says it does.

Right, but with Arq, unlike most online backup offerings, you have direct access to the files being stored online (they're in your S3 account). So you can verify that Arq says what it does because you can look at the results.

Re: Online backup to S3 for the Mac

#47

As the author of Tarsnap, I'm a bit biased, so I'm going to refrain from comparing the two; but I have one question for the author: Aren't S3 per-request fees a problem? One of the reasons I have all Tarsnap data go through the Tarsnap server is to allow me to "bundle" blocks together and amortize per-PUT costs.

The per-request fees ($.01 per 1000 PUTs and $.01 per 10,000 GETs) aren't a problem for 2 reasons: 1) Arq packs small files (under 64k) together into "packs", a bit like git does. So instead of thousands of PUTs of tiny files (which would also be very slow) it does fewer larger PUTs. 2) Arq caches indexes of those pack files locally, and caches the list of larger S3 objects as well. So it doesn't have to do a GET to…

Honestly, I don't mind the extra fees as long as I can restore successfully. I just want a solution that works for backup and restore with out issue.

Re: Online backup to S3 for the Mac

#48
post #20

I had Mozy and I used their built-in encryption to backup ~250GB. I went to restore some wedding photos while at my parents' house, so I downloaded their decryption utility, and started the decryption of a 10gb subset of my backup. Only about 1/3rd of the files decrypted correctly. The rest of the files were totally corrupted -- not cool. I contacted support and we investigated the problem for ~3 months. Luckily I di…

what exactly was I paying for here? You were paying for not worrying about whether you would lose your data. And that's exactly what Mozy gave you... at least until you discovered the corruption. :-)

This has just reminded me I've got a lot of data backed up with you and no idea if the restore works :)

Re: Online backup to S3 for the Mac

#49

Earlier quoted context omitted.

>Well, you could actually write your own code to read the files, since the format is open. I think the parent's point was not vendor lock-in but rather, that publishing the source code to your particular implementation would lend more credibility to it since anyone can inspect it and verify that it does what it says it does.

Right, but with Arq, unlike most online backup offerings, you have direct access to the files being stored online (they're in your S3 account). So you can verify that Arq says what it does because you can look at the results.

With source code, you can reason about edge cases.

No matter how many tests you do, you can never catch all of these.

Re: Online backup to S3 for the Mac

#50

Earlier quoted context omitted.

what exactly was I paying for here? You were paying for not worrying about whether you would lose your data. And that's exactly what Mozy gave you... at least until you discovered the corruption. :-)

This has just reminded me I've got a lot of data backed up with you and no idea if the restore works :)

I'll be happy to accept $0.30/GB while you test restores to your heart's content. :-)
Post reply on HN