Mike Meyer writes: > On Mon, 6 Oct 2008 14:24:32 -0700 > George Hartzell <[EMAIL PROTECTED]> wrote: > > There were a couple of threads about using kqueue or other FreeBSD > > tools to build something like Mac OS X's Time Machine. R1soft's > > software sounds very similar. > > Time machine doesn't do continuous backups, it does them once an hour > or so. People have built similar systems on top of rsync; I did it on > top of zfs (turned out to be to fragile, though). You then just need a > spiffy GUI for wondering through the backups.
On the other hand Time Machine does take advantage of a kernel based mechanism that watches file activity and does its best to take advantage of that information to avoid scanning the filesystem when it does a backup. That's the context of the message thread that I pointed to (again, for completeness) http://lists.freebsd.org/pipermail/freebsd-hackers/2008-June/024730.html The thread seemed relevant given the context of backup systems that watch filesystem io. g. _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"