1829596 Members
2203 Online
109992 Solutions
New Discussion

Size file on the Tape.

 
SOLVED
Go to solution
gigiz
Valued Contributor

Size file on the Tape.

Hi,
I need to know the exactly size of the file backup on the tape.
3 REPLIES 3
Kent Ostby
Honored Contributor
Solution

Re: Size file on the Tape.

I've replied to your other thread.

I don't believe you can do this given what you are saying you used to do the backup.

My suggestion on the other thread was to go to the original data area and do a :

ufsdump -Sv

to get an estimate.

You could try:

pax -vf /dev/rmt/xxxx

as well.
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Steven E. Protter
Exalted Contributor

Re: Size file on the Tape.

Shalom gigiz,

This totally depends on the backup method.

tar tvf /dev/rmt/0m

Will list the file sizes of a tape created with tar.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
gigiz
Valued Contributor

Re: Size file on the Tape.

ok