The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 12-10-2007
robsonde robsonde is offline
Registered User
 

Join Date: Dec 2007
Posts: 51
Code:
cd /source;find . -print |cpio -pudvm /destination
this will copy all files and directories from /source to /destination

cool trick is that it will keep correct ownership/attributes and modification time for all files.
Reply With Quote