From owner-freebsd-questions@FreeBSD.ORG Tue Feb 14 23:54:02 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8783106564A for ; Tue, 14 Feb 2012 23:54:02 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id B313F8FC12 for ; Tue, 14 Feb 2012 23:54:02 +0000 (UTC) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.49]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id A9E75A72E83 for ; Tue, 14 Feb 2012 18:54:00 -0500 (EST) Received: (qmail 8981 invoked from network); 14 Feb 2012 23:54:01 -0000 Received: by simscan 1.4.0 ppid: 29809, pid: 24644, t: 0.1479s scanners: clamav: 0.88.2/m:52/d:10739 Received: from unknown (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 14 Feb 2012 23:54:01 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 348F733C1D; Tue, 14 Feb 2012 18:54:00 -0500 (EST) From: Lowell Gilbert To: krad References: Date: Tue, 14 Feb 2012 18:54:00 -0500 In-Reply-To: (krad's message of "Tue, 14 Feb 2012 20:18:38 +0000") Message-ID: <44ty2thsyv.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: pancakeking79@gmail.com, freebsd-questions@freebsd.org Subject: Re: corrupted tar.gz archive - I lost my backups :)/:( X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2012 23:54:03 -0000 krad writes: > Just another silly thought try the tar j flag rather than the z flag, as > you might have got your compression algorithms confused. Try the xz one as > well just in case The system tar (based on libarchive) will figure all of this out for you, regardless of which flag you give it.