From: Bodo Eggert (7eggert_at_gmx.de)
Date: Mon 16 May 2005 - 18:22:46 BST
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 Vserver_at_list.linux-vserver.org http://list.linux-vserver.org/mailman/listinfo/vserver