Live data from Hacker News

Show HN: Baxx – Unix-friendly backup service

txt.black

201–203 of 203 posts

Re: Show HN: Baxx – Unix-friendly backup service

#201
post #132

Earlier quoted context omitted.

> Currently, I just dd my block devices That's actually not a good idea at all. It's very fragile, the slightest problem and you may lose the entire backup. Silent corruption may get backed up for months and you won't notice until it's too late. Doing a restore means having space for the full file, just to restore a single small file. If you don't know when your file changed you may have to do that multiple times ins…

Why is dd fragile? I mean, yes doing so while the filesystem is mounted is like Russian Roulette, but if the filesystem is unmounted? I see that it isn't very efficient, but I never had any problems with reliability. Silent corruption might actually be a problem, but that is something you won't solve by backing up files and directories instead of block devices. After all, a block devices backup just contains more inf…

there is absolutely no technical problem doing it on unmounted filesystem but it just imposes certain restrictions that I dont think are worth their cost

considering in many cases you want to copy live files, you have to copy them to place you can unmount, so now you have 2 problems

if you dont gzip the dd you risk pure cosmic microwave background bitflips and no checksums, and they can corrupt superblocks and etc

if you gzip it (to have crc sums) you cant restore partial files from it so easily unless you use squashfs and significantly complicate the process

so tar and gzip is more robust (compared to the dd) just because of the crc (of gzip not of tar), size and portability

Re: Show HN: Baxx – Unix-friendly backup service

#202
Love the idea and implementation! However I have two main questions/concerns that might prevent me from being a customer:

Cost. Currently I pay $10/month to CrashPlan to store 2TB a month. I think your plan is to simply pass through the glacier price, but even that would be much higher cost I think?

Large files. Because I only have finite monthly bandwidth and a limited upload speed, it would be good to do incremental backup of large binaries, only changing the parts that changed.

Re: Show HN: Baxx – Unix-friendly backup service

#203

Earlier quoted context omitted.

> because 5€/m can get you hundreds of GBs of storage in AWS Glacier Yes... until you want to take anything back out - then you're going to have to wait, and you're going to pay a lot more than €5

Indeed, but it matters how much of the data you want to recover and how fast you want to recover it. Getting 100gb from glacier is not expensive at all if you can wait a couple of days.

When Glacier first launched I looked at pricing, and it was going to cost a lot to restore from backup if needed. But after your comment I checked the pricing again, and you're right - it's very much cheaper now that it used to be!
Post reply on HN