home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / trionbbs110 / Trion / docs / Utils / TTrimLogs.doc < prev    next >
Encoding:
Text File  |  1998-10-06  |  1.1 KB  |  52 lines

  1.  
  2.  
  3.  
  4.    =====( TTrimLogs V1.00 )=============================================
  5.  
  6.  
  7.         Trion 'Trimlog' Utility.
  8.  
  9.         (c) Copyright Paul Spijkerman, '94-'97. All rights reserved.
  10.  
  11.         Written for use with the Trion BBS package.
  12.  
  13.  
  14.    ===================================================================
  15.  
  16.  
  17.    This Utility will Trim the logs in the 'trion:logs/' directory.
  18.  
  19.  
  20.    It will look in de trion:cfg/ directory for a configuration file
  21.    named 'TTrimLogs.cfg'.
  22.  
  23.  
  24.    In this file log names to be trimmed will be found followed by the 
  25.    new size in kilobytes.
  26.    For Example:
  27.  
  28.  
  29. trion-0.log        25
  30. trion-1.log       100
  31. trion-6.log         5
  32. trion-7.log         5
  33.  
  34. error.log         15
  35. TMP.log           50
  36. AreaFix.log       50
  37. Cron.log          10
  38. TTick.log         10
  39. callout.log       50
  40. scheduler.log     25
  41.  
  42.  
  43.  
  44.    The Actual size can differ a bit , because the Utility will search
  45.    for the beginning of a line.
  46.  
  47.    You use this Utility by simply putting it in your 'maintenance' script
  48.    (which can for instance be called every night bij a cron utility).
  49.    See for an example maintenance script the 'trion:scripts/' directory.
  50.  
  51.  
  52.