home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / batch / batchparms.eg < prev    next >
Text File  |  1994-09-22  |  948b  |  26 lines

  1. # 500KB, after compress, is 4 minutes at 1000cps
  2. # 20 batches is somewhat arbitrary, about 5MB per site
  3.  
  4. # site        class    size    queue    command
  5. # ----        -----    ----    -----    -------
  6. # defaults:  cunbatch header, transfer by uux
  7. /default/    u    500000    20    batcher | compcun | viauux
  8.  
  9. # small batches for slow modem (120cps), simple compression
  10. pluto        u    100000    10    batcher | compress | viauux
  11.  
  12. # system that wants 12-bit compress, cunbatch header, and grade "z"
  13. dewey        u    500000    20    batcher | compcun -b12 | viauux -gz
  14.  
  15. # use gzip, intensively -- this link is expensive and CPU is free -- and
  16. #  set the upper limit for batch size to 3/4 meg rather than default
  17. huey    u    500000-750000    20    batcher | gzip -9 | viauux -d gunzip
  18.  
  19. # NNTP link
  20. donald        n    40000    -    usenntpxmit donald.cia.gov
  21.  
  22. # sample ihave/sendme setup (you are not expected to understand this)
  23. louie.wehave    u    40000    20    batchih | viainews
  24. louie.ihave    u    40000    20    batchsm | viainews
  25. louie.sendme    u    40000    20    batchra
  26.