- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Trying to determine backup type
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-17-2005 05:29 AM
тАО11-17-2005 05:29 AM
I have a daunting task of trying to take a VERY old backup tape that was made way before my time and trying to see if we can restore the data on it. My first step is trying to figure out what backup method was used to backup the data. If I index the tape I can see the files on the tape. Is this a good enough indication that fbackup was used way back in the day. The archive is from the year 1996. Are there any better ways to figure out what backup method was used to write the data to tape?
Thanks,
KPS
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-17-2005 05:43 AM
тАО11-17-2005 05:43 AM
SolutionIf you think that the tape was created with 'fbackup' try looking at its index and volume header with 'frecover -I' and 'frecover -V' respectively. If its not an 'fbackup' tape, 'frecover' will not process it.
Similarly, you could try listing the contents for 'tar -tvf', etc.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-17-2005 05:55 AM
тАО11-17-2005 05:55 AM
Re: Trying to determine backup type
Do this (substituting your actual tape device):
dd if=/dev/rmt/2mn bs=512 count=2 | od -v -Ad -tco > myfile
Examine myfile and look for clues. This is the general approach to identifying backups.
However since you can index the tape that is an extremely good indication (almost certain) that fbackup was used.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-17-2005 05:55 AM
тАО11-17-2005 05:55 AM
Re: Trying to determine backup type
and see what the header says.
Try the file coammand and see what it says.
You may want to copy the the first 10k or so of the backupp to disk before doing so.
You might have multiple files on the tape
so try forward spacing one file and copying
the first 10k or so of the next file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-17-2005 06:08 AM
тАО11-17-2005 06:08 AM