Hi Guagnini, U can use these commands: find <FS1> -depth -print | cpio -0c | (cd /FS2;cpio -mdic) or cd /FS1;tar cf - . | (cd /FS2;tar xfBp - ) FS1 - SOURCE FILE SYSTEM FS2 - TARGET with warm regards, shankar