[support] SOLVED moving site and retaining permission

Matthias Fechner idefix at fechner.net
Tue Jun 14 11:01:17 UTC 2011


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&manpath=FreeBSD+8.2-RELEASE&format=html

Bye
Matthias

-- 
"Programming today is a race between software engineers striving to 
build bigger and better idiot-proof programs, and the universe trying to 
produce bigger and better idiots. So far, the universe is winning." -- 
Rich Cook


More information about the support mailing list