Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What wrong with tar?

Status
Not open for further replies.

babeo

Technical User
Mar 30, 2000
398
CA
Hi

I get this message when doing backup.
Anyone has the idea what's wrong with this?

myserver% tar uvf /dev/rmt/0 /bcp/*
tar: blocksize = 4
tar: directory checksum error

 
It probably has to do with your using the "u" flag read below (taken from man tar):

u Update. The named file s are written at the end of the tarfile if they are not already in the tarfile, or if they have been modified since last written to that tarfile. An update can be rather slow. A tarfile created on a 5.x system cannot be updated on a 4.x system. A file created with extended headers must be updated with extended headers (see E flag under Function Modifiers). A file created without extended headers cannot be modified with extended headers.
d3funct
borg@pcgeek.net
The software required `Windows 95 or better', so I installed Linux.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top