Subject: Re: [vserver] how to backup / migrate a vserver?
From: Tom Laermans <tom.laermans@powersource.cx>
Date: Wed, 12 Dec 2007 21:47:57 +0100

Gustavo,

I used it yesterday; seems there are a few problems:

        for i in `ls -l ${CONFDIR} | awk '($1 ~ /^d/) {print $9}'`; do 
echo "           $i"; done

changed $8 to $9

and especially: you really want to use --numeric-owner for tar. :-)

Thanks,
Tom

Gustavo wrote:
> Here it is.
>
> On 10/23/07, *Allen Unrau* <allen.unrau@sjrb.ca 
> <mailto:allen.unrau@sjrb.ca>> wrote:
>
>     I would love to take a look at it. Please post it to the list –
>     perhaps someone else could use it as well.
>