home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 137.lha / Backer / archstatus.doc < prev    next >
Text File  |  1986-11-20  |  2KB  |  66 lines

  1.  
  2.  
  3.           ArchStatus  Version 1.0D
  4.  
  5.  
  6. Copyright (C) Dexter (Chip) Orange, January 1988.
  7.  
  8.  
  9.      ArchStatus is an utility originally designed
  10. to be used in conjunction with The Backer to allow
  11. you to view or manipulate the archive bit of the file protection bits.
  12. The archive bit is supposed to be used to indicate whether a file
  13. has been backed up (but as far as I know
  14. few, if any, backup programs other than The Backer make use of it).
  15. ArchStatus can be very handy when you need to know what
  16. files haven't been backed up, or if you want
  17. to mark a group of files as being backed up
  18. (for instance if you have them on floppy somewhere else) so
  19. they don't take up more floppies during your backup.
  20. The syntax is:
  21.  
  22.  
  23.  
  24. ARCHSTATUS [<source>] [SET|CLEAR|NEW]
  25.  
  26.  
  27. <source> is the drive/directory/file to be examined/modified,
  28. SET indicates that the archive bit for the
  29.    files should be set,
  30. CLEAR indicates that the archive bit should be cleared,
  31. NEW indicates that files in <source> which
  32.    haven't been backed up yet should be listed,
  33. and no parameter here indicates all files in <source>
  34. should be listed along with their archive
  35. bit status.
  36.  
  37.  
  38. Therefore, to see a list of all files which haven't been backed up
  39. yet on your hard disk type:
  40.  
  41. ARCHSTATUS DH0: NEW
  42.  
  43.  
  44. while to keep your M2 directory from being
  45. backed up (since you have it on your Modula distribution disks)
  46. type:
  47.  
  48.  
  49. ARCHSTATUS DH0:MODULA/M2 SET
  50.  
  51.  
  52. ArchStatus, like The Backer and The Estimator, is freely
  53. distributable for non-commercial purposes.  It may be distributed with
  54. commercial hard drives as long as no extra charge is made for it.
  55.  
  56.  
  57.  
  58.           VERSION HISTORY:
  59.  
  60.  
  61. 1.0D -- recompiled with TDI 3.02A, mysterious gurus gone!
  62. 1.0C -- <source> now defaults to the current directory.
  63. 1.0B -- Thanks to the arp.library, parameter handling
  64.         is now a little better. Also reduced stack requirements.
  65. 1.0A -- minor bug fixes
  66.