home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / sysv386 / 13281 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  1.8 KB

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!mips!darwin.sura.net!Sirius.dfn.de!math.fu-berlin.de!fub!unlisys!desert!ebers.in-berlin.de!jruss
  2. From: jruss@ebers.in-berlin.de (Juergen Russ)
  3. Newsgroups: comp.unix.sysv386
  4. Subject: Re: tar command on SCO rel 3.2
  5. Message-ID: <SS454YG@ebers.in-berlin.de>
  6. Date: 16 Aug 92 07:03:43 GMT
  7. References: <1992Aug14.083023.20282@nuscc.nus.sg>
  8. Organization: Private Site
  9. Lines: 48
  10.  
  11. tschia@exodus.reuters.com.sg (tschia) writes:
  12.  
  13.  
  14. >Hi everybody,
  15. >        it seem that the tar command does not support the -uf
  16. >on /dev/rfd096ds15 or /dev/rfd1135ds18 and also if the data is larger
  17. >than 1 disk space it cannot be carry forward to another disk. Any advise
  18. >?
  19. >Please HELP
  20.  
  21. It does support the u option. Use it with the numeric argument to specify
  22. the device you want to tar to. Have a look at /etc/default/tar. Here is
  23. how it looks on my system:
  24.  
  25. #    @(#) def96.src 22.1 89/11/14 
  26. #     device             block   size    tape
  27. archive0=/dev/rfd048ds9        18    360    n    
  28. archive1=/dev/rfd148ds9        18    360    n
  29. archive2=/dev/rfd096ds15    10    1200    n
  30. archive3=/dev/rfd196ds15    10    1200    n
  31. archive4=/dev/rfd096ds9        18    720    n
  32. archive5=/dev/rfd196ds9        18    720    n
  33. archive6=/dev/rfd0135ds18    18    1440    n
  34. archive7=/dev/rfd1135ds18    18    1440    n
  35. archive8=/dev/rct0        20    0    y
  36. archive9=/dev/rctmini        20    0    y
  37. # The default device in the absence of a numeric or "-f device" argument
  38. archive=/dev/rfd096ds15        10    1200    n
  39.  
  40. When you enter 
  41.  
  42. tar uv2 whatever
  43.  
  44. you will see the u option work for /dev/rfd096ds15.
  45. Also your other problem should have gone.
  46. Have a look at "man tar", especially for the e, k, and b options,
  47. in case you want to override your default entries.
  48.  
  49. >A thousand thank you
  50.  
  51. >TS Chia
  52.  
  53. Good luck,
  54.    Juergen
  55.  
  56. -- 
  57. Berlin                    Juergen Russ                           Germany
  58. jruss@ebers.in-berlin.de        ...!unido!fub!unlisys!desert!ebers!jruss
  59.