home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / admin / 6154 < prev    next >
Encoding:
Text File  |  1992-11-12  |  1.0 KB  |  29 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!sci34hub!gary
  3. From: gary@sci34hub.sci.com (Gary Heston)
  4. Subject: Re: Fastest way to transfer whole filesystems?
  5. Message-ID: <1992Nov12.153236.9939@sci34hub.sci.com>
  6. Reply-To: gary@sci34hub.sci.com (Gary Heston)
  7. Organization: SCI Systems, Inc., Huntsville, Al.
  8. References: <40335@unix.SRI.COM>
  9. Date: Thu, 12 Nov 1992 15:32:36 GMT
  10. Lines: 17
  11.  
  12. In article <40335@unix.SRI.COM> cole@unix.SRI.COM (Susan Cole) writes:
  13. >What's the fastest way to transfer an entire filesystem from one
  14. >disk partition to another (different type disk, larger partition)?
  15.  
  16. Probably cpio, with the p option:
  17.  
  18.     find . -print | cpio -pd /newdir
  19.  
  20. Adding a blocking factor might help; I've had acceptable performance
  21. from this and haven't bothered with one.
  22.  
  23.  
  24. -- 
  25. Gary Heston    SCI Systems, Inc.  gary@sci34hub.sci.com   site admin
  26. The Chairman of the Board and the CFO speak for SCI. I'm neither.
  27. "Data sheet: HSN-3000 Nuclear Event Detector. The [NED] senses the gamma
  28. radiation pulse [from a] nuclear weapon." As if we wouldn't notice...
  29.