try this one bro, this might help you in a way.
0511-079 The backup media may be damaged
Possible Causes
>>From the command line, you issued the backup command naming a tape device with the block size set to 0, but specified a value with the -b flag that is larger than the maximum allowable write size for the tape device.
>>From the command line, you issued the backup command naming a tape device, but specified a value with the -b flag that does not yield a whole number multiple of the tape device's physical block size.
>>From the command line, you issued the following command:
find File -print| backup -ivf FileSystem/FileName
but the specified FileSystem was full.
>>The backup media is damaged.
Procedures for Recovery
>>Specify a value with the -b flag that does not exceed the maximum allowable write size for the tape device, or do not use this flag.
>>Specify a value with the -b flag that yields a whole number multiple of the tape device's physical block size (-b Number, where Number is the number of 512-byte blocks).
Note: You can use the lsattr command to check the physical block size of the device:
lsattr -l rmt# -E
Remove unnecessary files from the file system, or use the chfs command to increase the file system and rerun the backup command.
Check the error log for media errors:
errpt -a
>>Use a different tape or disk to run the backup