Re: OSX-Filesystem Snapshot?
Re: OSX-Filesystem Snapshot?
- Subject: Re: OSX-Filesystem Snapshot?
- From: garbanzito <email@hidden>
- Date: Wed, 22 May 2002 18:31:27 -0600
at 2002 05 22, 16:52 -0700, they whom i call Charles Heizer wrote:
Hello,
Does anyone know or have a sample script that will scan a OSX volume
and create a snapshot?
i think it's easier to see what's new, rather than take the
inverse of what's old. i forget where i saw this technique
(here?). it will work unless the installer backdates some of
the files:
in Terminal
touch marker
now do the install. when it's done,
find / -newer marker >newfiles
it may take a while. when you get your prompt back, newfiles
will contain a list of everything installed, plus a few odd things
that the system updates often.
--
steve harley email@hidden
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.