From: Roman Barczyński (rombar_at_gmail.com)
Date: Tue 17 May 2005 - 02:31:09 BST
On 5/16/05, Bodo Eggert <7eggert_at_gmx.de> wrote:
> 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 -)
try using cp -a mode (cp -dpR equivalent)
-- regards romke _______________________________________________ Vserver mailing list Vserver_at_list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver