home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / question / 15873 < prev    next >
Encoding:
Text File  |  1993-01-23  |  1.6 KB  |  43 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!ncr-sd!ncrcae!grok101.ColumbiaSC.NCR.COM!raj
  3. From: raj@grok101.ColumbiaSC.NCR.COM ()
  4. Subject: Re: [Q] tar destination across multiple volumes
  5. Message-ID: <1993Jan22.140522.17009@ncrcae.ColumbiaSC.NCR.COM>
  6. Nntp-Posting-Host: grok101.columbiasc.ncr.com
  7. Organization: Your Organization Here
  8. References: <C0o1KH.Ayw@ais.org> <1993Jan22.132609.5456@keinstr.uucp>
  9. Distribution: na
  10. Date: Fri, 22 Jan 93 19:05:22 GMT
  11. Lines: 30
  12.  
  13. In article <1993Jan22.132609.5456@keinstr.uucp>, chaplin@keinstr.uucp (Roger Chaplin) writes:
  14. |> Stephen Opal (sno@ais.org) wrote:
  15. |> : I have heard that tar might be able to store its output across volumes.
  16. |> 
  17. |> : In my case I'm looking for a way to archive an entire partition to 
  18. |> : a floppy device.  This floppy will obviously fill up long before the
  19. |> : tar is done.  Is there a way to get tar to continue on the next installed
  20. |> : floppy volume.  It seems there would be a bit of a problem with sync.
  21. |> 
  22. |> : Assistance would be appreciated.
  23. |> 
  24. |> I use `bar' which is like `tar' except that it handles multiple
  25. |> volumes.
  26. |> 
  27. |> -- 
  28. |> Roger Chaplin / chaplin@keinstr.uucp / CI$: 76307,3506
  29. |> "For the lines are long and the fighting is strong and they're breakin'
  30. |> down the distance between right and wrong."
  31. |>                         - Bob Dylan, "Ring Them Bells"
  32.  
  33. You can use the multi-volume option of tar if you are using SVR4
  34. as shown below:
  35.  
  36. tar -cvfk /dev/dsk/f03ht 250 /
  37.  
  38. The use of "-k" option with tapesize(in case 250k) will enable you to
  39. use the multi-option of tar(1M).
  40.  
  41. -raj
  42. 1/22/93
  43.