HPE GreenLake Administration
Operating System - HP-UX
1834208
Members
2434
Online
110066
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
03-05-2002 11:37 AM
03-05-2002 11:37 AM
Hi
Can anyone give me the syntax of extracting the desired file from the tape if the backup was performed using fbackup.
Thanks
Prathap.
Can anyone give me the syntax of extracting the desired file from the tape if the backup was performed using fbackup.
Thanks
Prathap.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 11:44 AM
03-05-2002 11:44 AM
Solution
First you want to retrieve the index to find out the exact path of the file that was backed up, the you frecover it. Example ..
# cd /tmp
# frecover -I index -f /dev/rmt/0m
# cat index | grep
==> take note of the path
# frecover -x -f /dev/rmt/0m -F -i
This will retrive that particular file and place it in /tmp.
# cd /tmp
# frecover -I index -f /dev/rmt/0m
# cat index | grep
==> take note of the path
# frecover -x -f /dev/rmt/0m -F -i
This will retrive that particular file and place it in /tmp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 11:50 AM
03-05-2002 11:50 AM
Re: fbackup
Hi Pratap,
I normally use a graph file, say the graph file "gph.file" is in /tmp
the file is in format,
i /path/file_to_extract
Then do a frecover and use the graph file,
frecovery -Fxv -f /dev/rmt/0m -g /tmp/gph.file
since the -F option is used, the file will get extracted to the current directory and not to its original path. Do a "man frecover" for more info.
Hope this helps.
regds
I normally use a graph file, say the graph file "gph.file" is in /tmp
the file is in format,
i /path/file_to_extract
Then do a frecover and use the graph file,
frecovery -Fxv -f /dev/rmt/0m -g /tmp/gph.file
since the -F option is used, the file will get extracted to the current directory and not to its original path. Do a "man frecover" for more info.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 11:56 AM
03-05-2002 11:56 AM
Re: fbackup
Here is one without a graph file
frecover -x -f /dev/rmt/0m -i /tmp/yourfile -o -v.
The -o will overide /tmp/yourfile if it exists.
frecover -x -f /dev/rmt/0m -i /tmp/yourfile -o -v.
The -o will overide /tmp/yourfile if it exists.
Positive Results requires Positive Thinking
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP