WindowsXP-SP1/inetsrv/iis/utils/dmdiffs
2020-09-30 16:53:49 +02:00
..
dirdiff First commit 2020-09-30 16:53:49 +02:00
doit.bat First commit 2020-09-30 16:53:49 +02:00
getdir First commit 2020-09-30 16:53:49 +02:00
getit.bat First commit 2020-09-30 16:53:49 +02:00
mbdiff First commit 2020-09-30 16:53:49 +02:00
readme.txt First commit 2020-09-30 16:53:49 +02:00

Purpose:
    These are simple tools to produce a summary of changes
    to the file system and the metabase between two states.
    
    To make a snapshot of a state, run 
    
    getit <basename>

    which will generate files <basename>.dir and <basename>.mb 
    in current directory.

    To produce a summary of differences between two states, do
    
    doit <old_snapshot_basename> <new_snapshot_basename>
    
    
    Perl for Win32 can be found, for instance, at 
    
    http://www.activestate.com (binary distribution)
    
    
    Please, direct any comments to akozlov.