home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / admin / 6794 < prev    next >
Encoding:
Text File  |  1992-12-26  |  781 b   |  24 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!udel!princeton!siemens!aad
  3. From: aad@siemens.com (Anthony Datri)
  4. Subject: Re: How to move a filesytem?
  5. Message-ID: <1992Dec26.004056.18264@siemens.com>
  6. Sender: news@siemens.com (NeTnEwS)
  7. Nntp-Posting-Host: lovecraft
  8. Organization: Siemens Corporate Research, Princeton (Plainsboro), NJ
  9. References: <BzFBx0.ECD@encore.com> <Dec18.142941.14163@yuma.ACNS.ColoState.EDU>
  10. Date: Sat, 26 Dec 1992 00:40:56 GMT
  11. Lines: 11
  12.  
  13. >Copy the files without changing dates or permissions:
  14.  
  15. ># find . -print | cpio -pdum /users_new
  16.  
  17. Uhhh, why not just use dump/restore?
  18.  
  19. dump 0f - /dev/roldfilesystem | (cd /newfilesystem ; restore rf -)
  20.  
  21. -- 
  22.  
  23. ======================================================================8--<
  24.