home *** CD-ROM | disk | FTP | other *** search
/ M.u.C.S. Disc 2000 / MUCS2000.iso / anwend / gemar306 / english / touch.doc < prev   
Text File  |  1997-01-21  |  1KB  |  46 lines

  1.  
  2. Description of TOUCH.PRG                                                                 (c) S. Engel 12'92
  3.  
  4.  
  5. TOUCH is a supplemement to GEMAR
  6.  
  7.  
  8. Intention:
  9.  
  10.     TOS has a relatively simple mechanism for marking modified files.
  11.     An archive-bit will be attached to the modified file in order to declare
  12.     that the particular file was altered and must be saved.
  13.     On the other side some other systems, e.g. OS9, another method is used:
  14.     one file has always two data-registrations. One of them denotes the date
  15.     of the file creation, the second one the date of the last modification.
  16.  
  17.     The TOS procedure is not always sufficient for a backup program to apply
  18.     a reasonable backup strategy.
  19.  
  20.     That's why I created TOUCH.
  21.  
  22.  
  23.  
  24. Way of function:
  25.  
  26.     After a file has been modified, TOUCH sets the date of a file at the
  27.     actual time of the system. Hence, a reasonable backup mechanism can
  28.     be used (cleanup incremental)
  29.  
  30.     TOUCH uses the XBRA-denotation 'TOUC'
  31.  
  32. Restrictions and known errors:
  33.  
  34.     -TOUCH manages file handles from 0 through 200. Larger handles will not be
  35.      considered.
  36.     -no reentrancy for the time being!
  37.     -if an accessory was loaded in Chamäleon and data were modified, the computer
  38.      will break down. The reason for that is not known right now.
  39.  
  40. Installation:
  41.  
  42.     Copy TOUCH.PRG to your AUTO-Folder.
  43.  
  44.  
  45. Steffen Engel, 1.12.92
  46.