Hacker News new | ask | show | jobs
by bsaul 2375 days ago
i had trouble understanding the laptop part of the story. You can’t sync 450 terabytes to a 4terabytes laptop anyway. So why the big storage ?
2 comments

It's probably as poster above says: each snapshot (sounds like it's DB + app instance or something, maybe a VM snapshot?) is probably > 1TB in size. If you have a 1.5TB image it would make sense to want 4TB storage so that you could have two versions locally at a time. Also explains how long it takes them to do things. Every time they switch versions they have to swap out TBs of data to pull latest. Because it also sounds like they don't have a way to grab just the diffs. They grab whole images at a time.
Dropbox selective sync that ignores the archived versions maybe?