home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / HER100_1.ZIP / HERALD.ZIP / KILLTRSH.TXT < prev    next >
Text File  |  1993-05-27  |  2KB  |  36 lines

  1. EXTENDED SYNTAX IN TRASHALL.LST AND KILLALL.LST
  2.  
  3. Extended syntax in TRASHALL.LST/KILLALL.LST-files now allows to specify
  4. maximum age and minimum downloads for each file listed there. Also a
  5. new feature allowing to automatically delete files when there are more
  6. than a certain number matching in one area.
  7.  
  8. Works like this:
  9.  
  10. (File: KILLALL.LST):
  11.  
  12. ;
  13. ; Demo Listfile
  14. ;
  15. NODELIST.*, MaxCount 5     ; Hold a maximum of 5 nodelists
  16. NODEDIFF.*, Days 30        ; Kill all diffs older than 30 days
  17. FIDONEWS.*, MaxCount 5     ; Hold a maximum of 5 newsletters
  18. TELIX425.*                 ; Kill each hack version of Telix 4.25
  19. GOOFUP.*, Days 200, Dlds 3 ; Kill this file if older than 200 days and
  20.                            ; downloaded less than 3 times
  21.   
  22. The global values from "KILLFILE" and "TRASHFILE" will be applied to all 
  23. files except those matching one of those in that lists. The values "DAYS"
  24. and "DLDS" are ANDed (as you can see above).
  25.  
  26. You may also enter "FILE.*, Days 250, Dlds 3, MaxCount 4", FileHerald will
  27. then kill or trash this file when it is older than 250 days and downloaded
  28. less than 3 times. If then more than 4 files remain, the oldest will be
  29. removed.
  30.  
  31. "MaxCount" always deletes or trashes the oldest matching files first, thus
  32. you will have the desired number of the latest versions of these programs
  33. in any area. Note that "MaxCount" is only applied to a single area, if these
  34. files are scattered over more than one they will not be detected!
  35.  
  36.