Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
637 B

  1. Purpose:
  2. These are simple tools to produce a summary of changes
  3. to the file system and the metabase between two states.
  4. To make a snapshot of a state, run
  5. getit <basename>
  6. which will generate files <basename>.dir and <basename>.mb
  7. in current directory.
  8. To produce a summary of differences between two states, do
  9. doit <old_snapshot_basename> <new_snapshot_basename>
  10. Perl for Win32 can be found, for instance, at
  11. http://www.activestate.com (binary distribution)
  12. Please, direct any comments to akozlov.