- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: frecover
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
11-16-2005 11:01 PM
11-16-2005 11:01 PM
I am taking backup of 3 different mountpoints and will create a single mount point.
I have taken backup of this 3 mount points by fbackup, command used as follows..
# cat gfile
i /back03
i /back08
i /back_inca
# fbackup -v -I /var/tmp/bkp/vgmsa04 -g gfile -f /dev/rmt/0mn
--------------------------------
Now i want to restore this backup files on different mount point, say on mount point back_crr
How to acheive this?
Waiting for replies..
Yogeshg
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 11:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 11:23 PM
11-16-2005 11:23 PM
Re: frecover
ur help work..
but i want command line help..
Yogeshg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2005 11:33 PM
11-16-2005 11:33 PM
Re: frecover
cd /back_crr
frecovery -x -X -i /back03 -i /back08 -i /back_inc -f /dev/rmt/0mn
Check also this threads
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=870336
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=782047
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 07:28 PM
11-17-2005 07:28 PM
Re: frecover
frecover -v -x -X -g gfile -f /dev/rmt/0mn
-X = restore files to current working directory
After this dir would look like this;
/back_crr/back03/.....
/back_crr/back08/.....
/back_crr/back_inca/.....