From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 17:06:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3375A16A4CE for ; Wed, 22 Dec 2004 17:06:42 +0000 (GMT) Received: from smtp801.mail.sc5.yahoo.com (smtp801.mail.sc5.yahoo.com [66.163.168.180]) by mx1.FreeBSD.org (Postfix) with SMTP id A6CB543D39 for ; Wed, 22 Dec 2004 17:06:41 +0000 (GMT) (envelope-from sp0ng3b0b@sbcglobal.net) Received: from unknown (HELO ?10.1.1.25?) (joe?stevensen@69.107.45.115 with plain) by smtp801.mail.sc5.yahoo.com with SMTP; 22 Dec 2004 17:06:41 -0000 Message-ID: <41C9A99F.2010300@sbcglobal.net> Date: Wed, 22 Dec 2004 09:06:39 -0800 From: sp0ng3b0b User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd_daemon References: <2365.1103713625@www17.gmx.net> In-Reply-To: <2365.1103713625@www17.gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Problem with tar archive X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2004 17:06:42 -0000 I had some strange tar problems with bsd tar, which is included with 5.3-RELEASE. I would recommend installing gtar and using that instead. By the way, if you install gtar, you just type "tar" as you normally would. freebsd_daemon wrote: > Dear list, > > I got a tar archive (varia.tar), when I try to un-tar it I get: > > # tar xvf ./varia.tar > ../varia/ > tar: ../varia/: Member name contains `..' > ../varia/bkup200401.gz > tar: ../varia/bkup200401.gz: Member name contains `..' > > [...] > > ../varia/bkup200411.gz > tar: ../varia/bkup200411.gz: Member name contains `..' > tar: Error exit delay from previous error > > Is there a way to un-tar that archive despite of that? > > TIA > > zheyu >