Search This Blog

Thursday, October 3, 2013

The best way to sync between two directories in any Unix ...

use below command    ---

go to source dir . and run below command

cd /<source-dir>
find . -print | cpio -pmvd /dest-dir   


The above will have the work done for you :)

No comments:

Post a Comment