Date: Mon, 13 Feb 2012 21:11:12 -0500 From: APseudoUtopia <apseudoutopia@gmail.com> To: _ <pancakeking79@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: corrupted tar.gz archive - I lost my backups :)/:( Message-ID: <CAKOHg=MYuajQPogdu8nHnJE1D%2BmN6tWs%2BRMacXXwhNeY3PrjMA@mail.gmail.com> In-Reply-To: <CAKnE0ZvaPK=uF7Lg2NepVsHbnDLQhedpVddVMg4vkFBfm%2B4%2Bsw@mail.gmail.com> References: <CAKnE0ZvaPK=uF7Lg2NepVsHbnDLQhedpVddVMg4vkFBfm%2B4%2Bsw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 13, 2012 at 8:56 PM, _ <pancakeking79@gmail.com> wrote: > Hi, > > Before making the move from 7.0 to 8.2, I ran a little script that did a > backup of selected files > and folders. > > Trying to recover these files on 8.2, I found that some of the archives - > unfortunately those with > the files that are dear to me - are corrupted. > > In other words, I just wanted to ask if there's anyone on here, who knows > of a good repair > utility for corrupted tar.gz archives? > > Thanks > > pancakeking79 Hrm....What command/script did you run to create the archive? How did you transfer it over to the new system? What command are you using to attempt to extract it, and what error is it giving? You can try: gunzip < archive.tar.gz > archive.partial.tar Which may or may not giving you some of the files into the archive.partial.tar file. What does gzip --test archive.tar.gz give?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKOHg=MYuajQPogdu8nHnJE1D%2BmN6tWs%2BRMacXXwhNeY3PrjMA>