1833622 Members
3752 Online
110062 Solutions
New Discussion

gtar

 
John Goetz
Advisor

gtar

I have to restore data from a backup tape that was backed up via the gtar -cvMf command. What command would I use in HP-UX?
2 REPLIES 2
Robert-Jan Goossens
Honored Contributor

Re: gtar

John,

I think you will have to use Gtar.

http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.13.25/

Regards,
Robert-Jan
A. Clay Stephenson
Acclaimed Contributor

Re: gtar

Because this was created with Gnu tar, I would download and install Gnu tar from:
http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.13.25/

Gnu tar can back up large files; something that standard tar cannot do -- unless patched. You will be much safer, using the Gnu version fore the restore.

tar vtf /dev/rmt/1m will list the contents of the media and
tar xvf /dev/rmt/1m (or whatever your tape device node is) will restore the files.
If it ain't broke, I can fix that.