On Fri, Jul 23, 2004 at 10:15:27PM -0400, Horst von Brand wrote:
> =?iso-8859-1?q?Jhamil=20Mercado?= <[EMAIL PROTECTED]> dijo:
> > Cuando trato de sacar un backup de un directorio con:
> > 
> > tar -cvfz copia.tar.gz directorio/
> > 
> > obtengo el siguiente error:
> > 
> > tar: Error exit delayed from previous errors
> 
> No hay mensajes previos? (Claro que 'v' puede muy bien esconderlos...)

A mi me suena como que esta usando un tar que no es GNU tar, sin soporte
para la opcion "z".

Que dice tar --version ?

-- 
Alvaro Herrera (<[EMAIL PROTECTED]>)
You liked Linux a lot when he was just the gawky kid from down the block
mowing your lawn or shoveling the snow. But now that he wants to date
your daughter, you're not so sure he measures up. (Larry Greenemeier)
From [EMAIL PROTECTED]  Mon Jul 26 14:11:49 2004
From: [EMAIL PROTECTED] (Mauricio =?ISO-8859-1?Q?Nu=F1ez?=)
Date: Mon Jul 26 14:11:53 2004
Subject: Problemas con backup de directorio
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>

Cambia el orden de los parametros

tar -czvf copia.tar.gz directorio/


Saludos
Mauricio

El lun, 26-07-2004 a las 14:07, Alvaro Herrera Munoz escribió:
> On Fri, Jul 23, 2004 at 10:15:27PM -0400, Horst von Brand wrote:
> > =?iso-8859-1?q?Jhamil=20Mercado?= <[EMAIL PROTECTED]> dijo:
> > > Cuando trato de sacar un backup de un directorio con:
> > > 
> > > tar -cvfz copia.tar.gz directorio/
> > > 
> > > obtengo el siguiente error:
> > > 
> > > tar: Error exit delayed from previous errors
> > 
> > No hay mensajes previos? (Claro que 'v' puede muy bien esconderlos...)
> 
> A mi me suena como que esta usando un tar que no es GNU tar, sin soporte
> para la opcion "z".
> 
> Que dice tar --version ?

Responder a