home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / xenix / sco / 2546 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.2 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!van-bc!ubc-cs!news.UVic.CA!spruce.pfc.forestry.ca!infopac!dlane
  2. From: dlane@infopac.pacinfo.bc.ca (Don Lane)
  3. Newsgroups: comp.unix.xenix.sco
  4. Subject: Re: uucp batch transfers
  5. Message-ID: <1992Jul22.084031.6669@infopac.pacinfo.bc.ca>
  6. Date: 22 Jul 92 08:40:31 GMT
  7. References: <1992Jul19.082451.18159@hamblin.math.byu.edu>
  8. Organization: Pacific Information Systems
  9. Lines: 21
  10.  
  11. It may seem a silly suggestion, but why don't you just write a sh
  12. program that will copy all the revelant files into tmp, do a tar, and
  13. then uucp the tar file...
  14.  
  15.     eg: copy  /usr/file/abc /tmp
  16.         copy  /usr/file/def /tmp
  17.         copy  /usr/file/ghi /tmp
  18.         sleep 10
  19.         cd /tmp
  20.         tar -cfv sendfile.tar *
  21.         uucp /tmp/sendfile.tar receivesite\!~/sendfile.tar
  22.  
  23. and the receiving site could do a reverse of the shell script
  24. It's not elegant, or fancy, it just uses the basics, and it could all be
  25. done as a cron job.
  26. That's cron ... not con :-)
  27.  
  28. -- 
  29. Don Lane, System Administrator    Internet: dlane@infopac.pacinfo.bc.ca
  30. Pacific Information Systems    UUCP: {softy.softwords.bc.ca}!infopac!dlane
  31. P.O. Box 5952, Stn B, Victoria, BC, Canada V8R 6S8
  32.