Hi,
On 14.06.11 11:24, adept techlists - kazar wrote:
Starting from the source directory:
find . -depth -print | cpio -pdlmv [newdir]
why not use: cp -a <old-dir> <new-dir>
See here for manual page: http://www.freebsd.org/cgi/man.cgi?query=cp&apropos=0&sektion=0&...
Bye Matthias