Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Apr 2003 14:28:24 -0400
From:      Bill Moran <wmoran@potentialtech.com>
To:        Redmond Militante <r-militante@northwestern.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: tar.gz backups fail crc check
Message-ID:  <3EA97E48.7020906@potentialtech.com>
In-Reply-To: <20030425164622.GG80981@darkpossum>
References:  <20030425164622.GG80981@darkpossum>

next in thread | previous in thread | raw e-mail | index | archive | help
Redmond Militante wrote:
> hi all
> 
> i've been backing up to a dell powervault 715 device mapped to my machine
 > through an nfs share
> 
> i have a script in /etc/periodic that i run nightly that tar's up the
 > /usr/local /root /etc /var and /sbin partitions and moves them to the
 > powervault nfs share
> 
> it looks like my backups are no good.  when i try to extract my var.tar.gz
 > files, for example i get the following output
> 
> it starts uncompressing, then
> 
> tar: skipping to the next header
> tar: archivve contains obsolescent base-64 headers
> gzip: stdin: invalid compressed data--crc error
> tar: child returned status 1
> tar: error exit delayed from previous errors
> 
> is this because i'm backing up to a nas device?  

Shouldn't be.
I've done the same sort of thing with success from FreeBSD -> FreeBSD over
NFS.  I would think that there is probably some sort of NFS problem with
the NAS.  Can it also do SMB?  Perhaps try mounting an SMB share and doing
the same process and see if the files are valid.  That would rule NFS out
at least.  I doubt it's your tar program, but you could try making an
archive locally to rule it out for sure.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EA97E48.7020906>