Can You Lock/Watch your sysyem?
September 10, 2006 1:27 PM
Subscribe
Is there anyway to boot your mac off a disk image? Or something that can be closely watched in terms of changes?
I want to be able to have my system inside a single (not necessarily compressed) file that I would be able to us diff on or something. I want to be able to track every change in my system folder very closely to see what has been installed on it. Perhaps there is a extension or utility that might do this without loading of a .dmg?
posted by Napierzaza to computers & internet (8 comments total)
As for getting diffs of directory changes, why not just periodically do ls -alR /System >foo.txt and diff that? You could put it on a cron job.
posted by kindall at 1:41 PM on September 10, 2006