Time Machine and AppleScript

Is it possible to do similar back up than Time Machine and QRecall do? I mean if file is changed only little, then only changed part is back upped, not entire file. It would be nice to do this type of back ups for some big folders.

Hi,

do you want
¢ differential, only the changes will be copied
or
¢ incremental, only the changes will be copied and all old versions will be kept.

A differential backup can be easily done with the rsync shell command

I think incremental would be better but differential is ok too.

Time Machine and QRecall is incremental?

And i mean Time Machine/QRecall type of back up, not normal back up.

I feel that’s poorly stated.

Quoting from Microsoft’s Encyclopedia of Networking:

(Emphasis added.)

Thanks, I’ve only tried to adapt to cirno’s short style :wink:

This is what i’m looking for. Another short answer.

Stupid question (I got a million of 'em!): Isn’t Time Machine (from the sound of it) just a clever front end for a version control system? It sounds a lot like Subversion of CVS to me, with the data base acting as your backup and put on another drive.

From what I know Time Machine utilizes the same technology that Spotlight uses to monitor changes in the file system. I think it was said that it backup entire files, but that might have changed now.