Backup with Pax command. How to verify tape?

Dear all experts online,
In my environment of AIX 5300-07, I am currently using "pax" command to backup all filesystems that I need to backup and it will take me around 4 hours time with LTO3 tape drive.
When I need to verify the tape after backup, I am using "pax" command to list all files in the tape and it also cost me 4 hours time as well.
Is there any other way to verify the tape with a shorter time taken?

The using of "pax" command is due to there are a lot of single files are exceeded 10GB file size and I can't use "tar" for this kind of files.

Backup :
pax -wvf /dev/rmt0 './data01' './data02' './data03'

Verifying Tape :
pax -vf /dev/rmt0

Thanks.

To keep the forums high quality for all users, please take the time to format your posts correctly.

First of all, use Code Tags when you post any code or data samples so others can easily read your code. You can easily do this by highlighting your code and then clicking on the # in the editing menu. (You can also type code tags

```text
 and 
```

by hand.)

Second, avoid adding color or different fonts and font size to your posts. Selective use of color to highlight a single word or phrase can be useful at times, but using color, in general, makes the forums harder to read, especially bright colors like red.

Third, be careful when you cut-and-paste, edit any odd characters and make sure all links are working property.

Thank You.

The UNIX and Linux Forums

**************************************************

Even it is not much code lines, please start using CODE tags next time.

For the pax thing, I guess there is no faster way since it will check all the contents of the tape and so with has to read it. But maybe someone else knows better, sorry.

I don't see how you can avoid rereading the entire tape if you want to verify it. Only way to speed things up would be to compress the data (if you haven't already) so that there is less to read.