I had a conversation the other day with a bunch of wedding photographers and it’s amazing how much money they spend on a yearly basis on backup. They all shoot raw and they end up with something like 50-60GB of data per event. And that’s only for photographers, videographers are on a completely different scale. Now, their number one problem isn’t storage per se, since cost per TB is constantly dropping, but uploading…
Today is World Backup Day – a friendly reminder to backup and check restores
61–70 of 78 posts
Re: Today is World Backup Day – a friendly reminder to backup and check restores
#62I had a conversation the other day with a bunch of wedding photographers and it’s amazing how much money they spend on a yearly basis on backup. They all shoot raw and they end up with something like 50-60GB of data per event. And that’s only for photographers, videographers are on a completely different scale. Now, their number one problem isn’t storage per se, since cost per TB is constantly dropping, but uploading…
At least some large cloud storage providers offer it. For example, AWS has Import/Export[0] and Google has Offline Disk Import for Google Cloud Storage[1]. [0] http://aws.amazon.com/importexport/ [1] https://developers.google.com/storage/docs/early-access
Re: Today is World Backup Day – a friendly reminder to backup and check restores
#63Earlier quoted context omitted.
Arq works quite nicely with Glacier: http://www.haystacksoftware.com/blog/2012/11/arq-cloud-backu...
And they have a special discount for Arq 4 today. https://store.haystacksoftware.com/?product=arq4&c=YAH4KD2AT...
How come it isn't advertised anywhere on their site or blog? I checked for one this morning!
Re: Today is World Backup Day – a friendly reminder to backup and check restores
#64I had a conversation the other day with a bunch of wedding photographers and it’s amazing how much money they spend on a yearly basis on backup. They all shoot raw and they end up with something like 50-60GB of data per event. And that’s only for photographers, videographers are on a completely different scale. Now, their number one problem isn’t storage per se, since cost per TB is constantly dropping, but uploading…
As I believe many larger backup services do nowadays.
Re: Today is World Backup Day – a friendly reminder to backup and check restores
#65Earlier quoted context omitted.
Has anyone created a backup app that interfaces with glacier?
Does anyone have an open implementation of the glacier api? I'd like to add support for it to my backup tool, but I don't want to have to take on the financial risk of a large bill from Amazon if I happen to mis-use the api. So I'd like to try it out on a local server first, to project what the cost would be after a few months of use.
Re: Today is World Backup Day – a friendly reminder to backup and check restores
#66I can't afford 10 more terabytes of space to create a backup right now. Guess I'll just pick 50gb of non video content to back up. Also what is the basis for the claim that 33% of people have never backed up anything? It seems like it would be far higher than that, but I'm not really sure what they consider having done a backup. Copying a picture off your camera to your computer might be considered a backup to them.
Not to mention, "29% of all disasters are caused by accidents". What on earth are the rest caused by? I'm sure a few are caused by malice, but I strongly doubt that it's 61%.
Re: Today is World Backup Day – a friendly reminder to backup and check restores
#67Earlier quoted context omitted.
Does anyone have an open implementation of the glacier api? I'd like to add support for it to my backup tool, but I don't want to have to take on the financial risk of a large bill from Amazon if I happen to mis-use the api. So I'd like to try it out on a local server first, to project what the cost would be after a few months of use.
Amazon has official, open source SDKs in most major languages that cover all of the AWS service APIs. https://aws.amazon.com/tools/?nc1=h_d_dl
Re: Today is World Backup Day – a friendly reminder to backup and check restores
#68Not sure why but this site makes my GPU and a couple of CPU cores working at a full load. I use Chrome 34.0.x.
Hm, really? No such issues here. Could it the transform-3D SVG animation on page load?
This is the first time though I believe that I saw a site eating GPU cycles and this is why I mentioned it.
Re: Today is World Backup Day – a friendly reminder to backup and check restores
#69Earlier quoted context omitted.
Absolutely. After messing around with various combinations of rsync/ssh/unison/s3/glacier/etc for a few years, I bit the bullet and paid for Crashplan. It's cheap - the family plan is ~150 USD/year for up to ten computers, unlimited. It's a lifesaver. I've installed it on my parents/wifes/siblings computers and the piece of mind it gives me is immense - when I get the inevitable phone calls about the damn computer de…
I'd like to use the Crashplan Family option to cover everyone but since it's all shared and there's seemingly no way to silo the data per-computer, that's a total non-starter. Which is a shame because I'd love to give them my cash.
Re: Today is World Backup Day – a friendly reminder to backup and check restores
#70I wish that they included options for Linux too. What Linux backup tools do people use? Currently I'm making do with a bash script that's just a wrapper around rsync, but it'd be nice to have something a little more powerful, especially with the option to back up things to glacier, etc.