DESCR 1.2 KB

12345678910111213141516171819202122
  1. More and more people are posting binary files to usenet these days.
  2. Because of limitations in the type data that usenet can accommodate,
  3. binaries must be encoded into text, and because binary files are
  4. commonly very large relative to text files usenet was designed to
  5. handle, they frequently must be broken up into pieces.
  6. aub, which stands for "assemble usenet binaries", automates the
  7. reassembly process for you. aub determines whether or not any new
  8. binaries have appeared in selected newsgroups since the last time it was
  9. run, and if so, retrieves, organizes and decodes them, depositing them
  10. in a configurable location. This process requires no human intervention
  11. once aub has been configured. aub also keeps track of binaries which it
  12. has seen some, but not all, of the pieces of. It remembers how to find
  13. these old pieces, so that when new, previously missing pieces arrive at
  14. your site, it will build the entire binary the next time it is run. It
  15. also remembers which binaries it has already seen all of the pieces of
  16. already, so that it does not waste time rebuilding the same binaries
  17. over and over again.
  18. run: "aub -M | more" for the long form documentation, or
  19. "aub -m | more" for the short form.