The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > AIX
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 12-15-2006
kapilraj kapilraj is offline
Registered User
  
 

Join Date: Dec 2006
Location: Maryland
Posts: 162
cd /sourcedir;
find . -xdev -depth -print | cpio -pdm /destin_dir

# After some days ,

cd /sourcedir;
find . -xdev -depth -print | cpio -pdm /destin_dir

The second copy will copy only those files which were changed / created from the earlier copy made.

Regards,

Kaps