- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Tape to Tape Backup.
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
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
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
05-09-2002 06:06 PM
05-09-2002 06:06 PM
Tape to Tape Backup.
Is there any way for us to recover the data..?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 06:22 PM
05-09-2002 06:22 PM
Re: Tape to Tape Backup.
The first thing you need to do it to establish whether the file your after is in fact on the tape. Create an archive file of the tape contents to verify first.
# frecover -I /tmp/index -f /dev/rmt/0m
(assuming that is your tape device)
HTH
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 06:36 PM
05-09-2002 06:36 PM
Re: Tape to Tape Backup.
I can see the file we need to restore.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 07:41 PM
05-09-2002 07:41 PM
Re: Tape to Tape Backup.
If you take veritas or other third patry products as we use veritas I think it has a header or something like that where a restoration is very quick,though it is sequential it skips up the files and locates the right one.
Using a utility like fbackup I think the amount of time to skip the files to locate the exact one it takes time.Might be you have to wait for a longer time for this to get restored.
These are my comments,anyone can correct me if I am wrong
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 10:03 PM
05-09-2002 10:03 PM
Re: Tape to Tape Backup.
Since 'fbackup' does not use any type of actual
indexing with default settings the program 'frecover' will still need to find
the actual file you maybe looking for. Most
commercial packages use a database and can stream through the tape much faster to an index point (default).
Now having said all that, it will still depend
on actually where on the tape the file is stored.
Using some of the options available you could
utilise the 'fast search marks' as an option in
the future. Have a look at the man page on
'fbackup' for more info.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2002 10:17 PM
05-09-2002 10:17 PM
Re: Tape to Tape Backup.
you can change your backup to use EOF checkpoints this allows frecover to effectively jump through the tape to checkpoints then start a media read unitl it finds the file and restores.
without checkpoints the DLT effectively reads all the tape prior to the required file.
checkout man fbackup & frecover and also read the WARNING on fbackup at bottom of the page.
cheers
John.