top | item 6178567

Show HN: Raw Image Storage for photographers using S3 and Glacier

44 points| jjbohn | 12 years ago |picnib.com | reply

49 comments

order
[+] benjamincburns|12 years ago|reply
Couple of things...

First, I really dig the "Made with ♥ in Nashville, TN" footer. Way to have some pride. People need to pimp their non-SV residences more.

Second, I've been mulling over doing something like this. Since you're doing it already, please steal my idea. Make a connector for LightRoom and make it stupid simple to link a RAW with exported JPEGs.

[+] xvrl|12 years ago|reply
If you're looking for Lightroom integration, mosaic (http://mosaicarchive.com) provides an almost identical service and already has a plugin.
[+] richardkmichael|12 years ago|reply
I do IT support for a few working architectural photographers. Over the years I've thought about this too (at least, I've worked the numbers a few times). It's hard to make it work; they need a minimum of 8TB of storage for existing material, then growth by about 2.5TB yearly (to date, but most are about to start time-lapse video). Though, your cold storage approach is intriguing.

Napkin calculations:

  0.04  /GB * 1000 = 40.00 /month (curr) =  480.00/yr
            * 2000 =                     =  960.00/yr
            * 3000 =                     = 1440.00/yr

  0.004 /GB * 8000 = 32.00 /month (cold) =  344.00/yr + 48.00/yr/TB
                                                      + 100.00/yr/2TB
                                                      + 175.00/yr/3.5TB

  1 shoot = 25GB (stills only) or 50GB w a 30 sec TL (add 25GB)

  ~100 shoots /yr ==> 2.5TB/yr @ 25GB, 5TB/yr @ 50GB

[Aside, that's 5-12 mins to upload (25Mbp/s - 10Mbp/s, only 3 mins @ 50Mbp/s). So consider additional internet cost.]

Without frequently juggling current to cold, or doing yearly compounding calculations, I'd eyeball this at ~$1300/yr, with growth of $150/yr, each year.

One way to make this more attractive is to leverage the online storage to build other recurring-revenue generating services, but most photographers don't go for that type of thing. (In my experience, stock image sites, etc. are primarily the realm of hobbyists.)

You also have the trust/confidence problem. I suspect every photographer will want to maintain their own backup as well. So, they won't "save" money (even if online storage was less expensive, but I suspect it's not) because they still need to pay for local storage. Of course, for apples to apples, you need to factor in time to maintain those backups, either my hourly rate or their own; things like disk-testing, data juggling (downsizing 1TB -> 3TB drives, etc.). But again, it's still 'extra' cost, because they won't (IMO) switch to solely online storage.

A question:

Are you providing tools to allow photographers to leverage their online storage? E.g. Dropbox-like sharing with clients (even just contact sheets?), integration against online print services, store-fronts for image sales, etc.?

All that said, I'm interested in seeing your private beta though. I think this can work, one day. :)

[+] jjbohn|12 years ago|reply
Definitely want to let them leverage the storage eventually, including contact sheets, psd storage, etc. Starting with just the basics for now to see where it goes.
[+] davidroetzel|12 years ago|reply
There was a story on HN a few weeks ago by a photographer wanting this kind of service. I found the discussion very interesting.

Is this in any way inspired by that? Or is this a coincidence?

[+] jjbohn|12 years ago|reply
Very much inspired by it. Wish I could find the post actually. I had some services running for my wife's photography business, but nothing that could really be released in any way. Seeing that other post though made me start taking the steps to turn it into a SaaS.
[+] Greatri|12 years ago|reply
That's what I love about HN :) The minute I read the post I wondered how long it would take for someone to build it - turns out it takes 29 days.
[+] mieses|12 years ago|reply
I've been using the FastGlacier GUI client and paying $0.01/GB/mo. Of course Glacier pricing increases for retrieval, early deletion, etc. But there is only one middle-man (Amazon). On OSX, Arq looks like the best client.
[+] tghw|12 years ago|reply
We applied to YC with this idea last year. I wrote about it in the last thread on this topic:

https://news.ycombinator.com/item?id=6021507

Overall, your two biggest challenges are going to be convincing people they need backups (they still don't know, we tried) and pricing. Currently, Backblaze gives me unlimited backups for $5/month or less. With nearly half a terabyte of photos, it's cheaper for me to back up everything with them than use a service like this, which doesn't back up the rest of my stuff.

That said, I hope you guys can find a way to make it work!

[+] jjbohn|12 years ago|reply
Great posts. Thanks for sharing them. Will definitely keep all of what you said in mind.
[+] deanclatworthy|12 years ago|reply
I found your pricing to be unclear. You say it starts from $0.04/GB, but is this for the cold storage or active storage. If I uploaded 50GB of photos to "cold storage" immediately, what would be the monthly cost? What if I then uploaded another 10GB into active storage, what would the monthly cost be for 50 cold and 10 active?

I've signed up though. Email is similar to username ;-)

[+] jjbohn|12 years ago|reply
Yeah, I'm a pretty terrible copywriter. Let me see if I can make it more clear on the site. Thanks for the input.
[+] Paul12345534|12 years ago|reply
I don't use Smugmug but what possible advantage does this have over Smugmug? Even their top tier plan with lots of features is only $300 a year. All their plans have unlimited storage. $300 a year would only cover 625GB at $0.04/GB.
[+] dagw|12 years ago|reply
Smugmug only backs up the jpegs you upload for display. If you want to store your RAW files on smugmug you have to use their separate smugvault service which costs $0.09/GB/month
[+] geoka9|12 years ago|reply
If you're content with the 2048x2048 pixel limit for your stored photos, picasa is ulimited and free. (You do have to sign up for Google+; without it, the pixel limit for photos that don't count towards the quota is smaller.)
[+] Groxx|12 years ago|reply
And if you're content with JPEG only (I assume it's not RAW, though I have no real way to test it).

Though tbh I've begun recommending Flickr over Picasa. Better (significantly) 3rd-party app support, 1TB is more than the vast majority will use in a long time, and it's easy to default everything to private if desired.

[+] StavrosK|12 years ago|reply
If someone open-source, encrypted backups at that price, I would buy it in an instant. What I want is, basically, rdiff-backup on EncFS, but I haven't found a way to hack the two to work together.
[+] jewel|12 years ago|reply
I have a friend that backs up his photos to my computer using a combination of ecryptfs, rdiff-backup, and rsync. It goes something like this:

    mount -t ecryptfs ~/.photos-backup-crypted ~/photos-backup
    rdiff-backup ~/photos ~/photos-backup
    rsync -a --del ~/.photos-backup-crypted remote-server:photos-backup
[+] darkarmani|12 years ago|reply
SpiderOak provides encrypted backup for any types of files for around $0.09/GiB. When i signed up for a free account, i got a 10% off email a few days later.
[+] eli|12 years ago|reply
Tarsnap too expensive?
[+] JimWestergren|12 years ago|reply
Looks good, I signed up. You only support photos?
[+] jjbohn|12 years ago|reply
Right now it's photo centric just to make sure we get that experience down. Eventually I could see it move to other areas though. My wife's a photographer and I saw a need for this kind of service that was focused on photographers. There's lots of other photo backup, but the only ones that do raw files are more syncs than anything. She needed a place to persist images she was done with in a cheap way.
[+] vadvi|12 years ago|reply
"With our pay-as-you-go pricing, you pay a base rate" LOL