On Mon, 16 May 2005, Werner Schalk wrote:

> ok my problem seems to be solved. It was a simple permission problem (I used 
> "cp" to copy a vserver but did not preserve the permissons). Thanks a lot 
> again to all the people that helped me.

To copy a directory structure with permissions, use
(cd $src && tar -cf - .)|(cd $dest && tar -xvf -)
-- 
Top 100 things you don't want the sysadmin to say:
40. The sprinkler system isn't supposed to leak is it?
_______________________________________________
Vserver mailing list
[email protected]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to