1838644 Members
3099 Online
110128 Solutions
New Discussion

Tar Backup

 
SOLVED
Go to solution
Raju_S
Frequent Advisor

Tar Backup

Hello,

When i issue the tar command i get the error shown below.

tar: blocksize = 0
tar: backspace over record failed

Please let me know the solution.

Regards
6 REPLIES 6
A. Clay Stephenson
Acclaimed Contributor

Re: Tar Backup

It's a bit difficult to help when you don't indicate the options you were using but I would say that you used a bogus blocksize if your were tryiing to create a tar image or you were trying to read something that is not a tar image.

Please let me know the question.
If it ain't broke, I can fix that.
Raju_S
Frequent Advisor

Re: Tar Backup

Hi,

The command used is as shown below.

tar rpvf /dev/rmt/3cbn /tmp

Regards
Reshma Malusare
Trusted Contributor

Re: Tar Backup

A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Tar Backup

Ok now it makes sense. Had you read the tar man page you would have seen that you are not allowed to append to a tar image if the tar archive is a tape.
If it ain't broke, I can fix that.
Raju_S
Frequent Advisor

Re: Tar Backup

Hi,

Thanks a lot.

Regards
Raju_S
Frequent Advisor

Re: Tar Backup

Thank you