Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I don't get it. Most of what iCloud does is already being done on smartphones for free. Gmail and Exchange Server both already sync contacts, calendars, and email quite nicely across devices. I haven't had to manually transfer any of that to a new smartphone since long before there was an iPhone.

The music thing is nice too, but it's either a paid solution or an incomplete one. Apple once released a stat that only 10% of the music on iPods comes from iTunes (most of the rest is either pirated or ripped CDs).



It's just like when apple invented rsync. Or like when the invented multi-tasking on telephones. Or when they invented the touchscreen telephone. Or when they invented the dock. Or when they invented all of the things that they tout as innovations, but are really just shinier versions of things that already exist.

I'm not saying any of this is bad; time machine is a lot easier to use for a non-techie than rsync is, just saying that taking an existing technology, putting a lowercase i in front of it, and selling it as a game-changer has been Apple's modus operandi for quite some time now.


I think you're broadly right, but you're missing the key point: apple are adding a lot more than a lowercase i to FOSS innovations: they're adding usable interfaces, polish, and the shiny lowercase i.

Time Machine is a lot more than branded rsync. It's usable branded rsync. And the usability is what makes it a "game-changer" in the consumer market where rsync and its algorithmic innovation isn't.

In many ways, it's the same thing that canonical is doing with ubuntu, except they have sweet sweet luxury hardware money backing them up compared to canonical's comparatively meagre support contract money, or whatever else it is that they do for cash.

Oh and let us not forget: isn't it a key part of the point of OSS is that it's OK, nay even encouraged for people to "steal" the ideas? I thought the concept of stealing an idea, especially a software idea, was supposed to be meaningless? Should the Australian National University have patented rsync back in '96?


Using the idea is one thing, but taking credit for it is another. I think that's where people get hung up. Especially for non-techies that have never heard of (e.g.) rsync, Apple 'invented' versioned backups. This pisses people off that know about rsync because it's giving Apple more credit than they deserve. Apple didn't draw the idea out of thin air and develop it from scratch. They took an existing thing and made it better.


Almost nothing in technology is drawn out of thin air and developed from scratch. If you tried to give credit for every single stepping stone you used to develop anything, all you'd do is confuse the end users, and that's the whole point of what Apple is trying to accomplish: simplify for the user.

Honestly, if I developed rsync, the fact that Apple was using it to power Time Machine would be quite an acknowledgement to me.


I don't imagine that the people with "invented rsync" on their resumés are exactly struggling for income either.

Being able to tell people about your achievements is a lot better than having everyone pre-aware of them anyway IMO.

(Also it should be pointed out that time machine doesn't actually use rsync at all, or anything like it. It uses a totally different and much simpler system, seemingly built on their own FSEvents API and a load of hardlinks.)


And in particular, hardlinks to directories. That is why it is so fast (and also why it only works on HFS).


Why are hard-links to directories that much faster? It seems like creating a bunch of actual directories with hard-linked files in them is a trivial difference. They still need to scan the files to figure out what has changed, and that's where the really time sink is, no?


Well, consider the case when nothing has changed. All they do is hard link the top level directory and they are done.

  2011-06-12 -> 2011-06-13
On my Linux machine when I do rsync backups it has to create a new inode for each file in the new directory whether or not it has changed. Even on a moderately sized directory tree this can take an hour or more (you can benchmark yourself with "cp -al". Try copying your whole disk just for fun). Time machine completes a cycle in 10 minutes or so and that includes the new data copying.

For small amounts of files I agree with you that the hard linked directories would make a trivial difference. Keep in mind that by default Time Machine backs up /usr, /Applications and /System along with your user data which is quite a lot of files in the end.

That's all just creating the new backup's directory tree. The new data copying itself is fast because Time Machine uses the FSEvents API (which is like inotify but more suitable for backing up) so that it knows exactly what it has to back up beforehand (no scanning). If your computer crashes or you switch disks or otherwise screw up your FSEvents DB then it does have to scan the whole disk looking for changes and that can take hours.

So technically it is fast because it uses FSEvents and also because it can hard link directories. If either of those things are missing then the process would be significantly slower.


No. Time Machine uses the FSEvents API so that it only needs to scan directories where files have changed since the last backup, and branches of the filesystem hierarchy whose contents haven't changed can be referenced en masse with a single directory hard link to the previous backup; it's much faster than scanning or re-linking ~1M files and folders, and much more space-efficient (especially the way that hard links are implemented on HFS+).


The key differentiating factor is that the iCloud heralds an era wherein all of your data is decentralized, all of the time, and that this is the default for all users, on all Apple devices, all of the time.


>iCloud heralds an era wherein all of your data is decentralized

You are correct, for all definitions of "decentralized" that are "rigidly centralized, almost appearing decentralized because centralization is so far outside your control"


Disagree. The key point with iCloud is that the primary storage for all your data is on the device the Cloud is used in the main simply for syncing and messaging.

That's why I like the Apple vision - it leaves my data with me. It doesn't lock it up in a cloud somewhere.


This is different, how? Gmail/Calendar/etc is decentralized all the time.


Don't forget: Android already syncs all your contacts, calendars, apps, settings etc. App developers can use the sync API to sync files. In OS X-land, I've been using iSync to sync iCal and Address Book to Google Calendar and Google Contacts for about an year now.

In short: nothing to see here, please move along.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: