Subject: Re: [vserver] incompatible new vserver guest layout
From: Peter Mann <Peter.Mann@tuke.sk>
Date: Thu, 11 Sep 2008 10:06:49 +0200

On Tue, Sep 09, 2008 at 11:46:39AM +0200, Herbert Poetzl wrote:
> On Mon, Sep 08, 2008 at 01:42:40PM +0200, Eugen Leitl wrote:
> > On Mon, Sep 08, 2008 at 01:05:56PM +0200, Peter Mann wrote:
> > 
> > > i had similar problem with rsync copy to other machines ... 
> > > now i'm using rsync with --numeric-ids 
> > > (don???t map uid/gid values by user/group name)
> > 
> > That was the problem. I used rsync --numeric-ids -a -e ssh v74
> > root@li:/var/lib/vservers in the past, tar only locally (as a
> > backup). Just copied over by rsync, no problems. I presume the tar
> > --numeric-ids and --preserve-permissions would have worked as well.
> 
> yep, I think so ...

rsync with --numeric-ids 
	(and with -a, --archive archive mode; equals -rlptgoD (no -H,-A,-X))

tar with --numeric-owners 
	(and with --preserve-permissions)

-- 

5o   Peter.Mann at tuke.sk