home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / question / 13240 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.2 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!network.ucsd.edu!usc!zaphod.mps.ohio-state.edu!darwin.sura.net!gatech!news.ans.net!cmcl2!adm!news
  2. From: maschepe@thama1.apgea.army.mil (Michael A. Schepers)
  3. Newsgroups: comp.unix.questions
  4. Subject: tar piped to a dd
  5. Message-ID: <34032@adm.brl.mil>
  6. Date: 11 Nov 92 17:16:30 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 23
  9.  
  10. Hi,
  11.  
  12.      I use the "tar" command piped to a "rsh dd" to archive files on
  13.      one system to a tape drive on another system.  Everything seems to
  14.      execute fine, however certain diagnostic messages are printed out
  15.      at the end of the transfer that may (or may not) be important.
  16.  
  17.      The command I use is:
  18.          Pyramid> tar cvfB - * | rsh cdc4360 dd of=/dev/exabyte obs=20b
  19.  
  20.      The diagnostic message is:
  21.          688104+32486 records in
  22.          35358+1 records out
  23.  
  24.      Now, I understand from the dd man page that this message indicates
  25.      f+p records in(out): numbers of full and partial records
  26.      read(written).  Should I be concerned that these numbers are not
  27.      identical?  Can anyone give me a more in depth explanation of the
  28.      diagnostic messages??
  29.  
  30. Thanks for your help,
  31. Mike Schepers.
  32.  
  33.