home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / xenix / sco / 2708 < prev    next >
Encoding:
Text File  |  1992-08-18  |  2.0 KB  |  44 lines

  1. Newsgroups: comp.unix.xenix.sco
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!usc!elroy.jpl.nasa.gov!decwrl!pa.dec.com!dynamix!david@uu3.psi.com
  3. From: david@dynamix.com (David L Jarvis)
  4. Subject: cpio problem
  5. Organization:  SOFTWARE / DYNAMIX
  6. Message-ID: <9208181054.AA02399@dynamix.com>
  7. Date: Tue, 18 Aug 92 10:54:19 EDT
  8. X-Received: by usenet.pa.dec.com; id AA13394; Tue, 18 Aug 92 09:49:37 -0700
  9. X-Received: by inet-gw-2.pa.dec.com; id AA28087; Tue, 18 Aug 92 09:49:04 -0700
  10. X-Received: from dynamix.UUCP by uu3.psi.com (5.65b/4.0.071791-PSI/PSINet)id AA29371; Tue, 18 Aug 92 12:48:44 -0400
  11. X-Received: by dynamix.com (smail2.5c)id AA02403; 18 Aug 92 10:54:19 EDT (Tue)
  12. X-To: comp.unix.xenix.sco.usenet (comp.unix.xenix.sco)
  13. X-Mailer: ELM [version 2.3 PL11]
  14. Lines: 28
  15.  
  16. I'm having some problems with find/cpio ... 
  17. run as root (thru cron and not)
  18.  
  19. find / -print | cpio -ovB > /dev/rjt0
  20.  
  21. works fine               
  22.  
  23. find / -depth -print | cpio -ovB > /dev/rjt0
  24.  
  25. gives the following warning message:
  26.  
  27. cpio: WARNING: Cannot obtain information about file:  "".
  28. 253620 blocks
  29.  
  30. this message is the last line before the final block count ... 
  31. I can't seem to find out what it's referring to ... I tried starting
  32. find out at /dira which is the last branch done before this warning msg
  33. and the problem didn't happen ... also worth noting is that the output
  34. of all commands in this backup script is redirected to a /tmp/log file
  35. (I do an erase of the tape first and some echoing of msgs into the file)
  36. I'm starting to suspect that this has something to do with the /tmp/log
  37. file ... but I'm wondering why I didn't have the problem before adding
  38. the -depth option to find ... can anyone out there offer some info?
  39.  
  40. #----------------------------------------------------------------------#
  41. #          David L. Jarvis                 SOFTWARE  /                 #
  42. #          david@dynamix.com                       /  DYNAMIX          #
  43. #----------------------------------------------------------------------#
  44.