- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to restore selective and whole 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
10-09-2004 12:58 AM
10-09-2004 12:58 AM
I have a two basic questions
1) How to restore full backup;it's generally with frecover but I doesn't have hands-on experience to do the same.
2) How to restore selective backup file instead of full.
million thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2004 01:30 AM
10-09-2004 01:30 AM
Re: how to restore selective and whole backup
If you backed up using fbackup, then the answer to both your questions is frecover. Just read the frecover man page for more details on how to restore selected file(s) or the entire backup.
If your backup was created with some other tool, then your restores will also be done with that tool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2004 06:18 AM
10-09-2004 06:18 AM
SolutionI suggest you play with fbackup to understand it better. Create a directory structure with dummy data, back it up using 'fbackup' and recover it with 'frecover' with various scenarios. For ex., for simple full backup, you can use
fbackup -f /dev/rmt/0m -i /testdirectory
For simple full recovery,
frecover -r -f /dev/rmt/0m
This will restore entire /testdirectory. If you want to selectively restore a subdirectory under /testdirectory say /testdirectory/maindir1/subdir1, then
frecover -r -f /dev/rmt/0m -i /testdirectory/maindir1/subdir1
You can also retrieve the files that got backedup using '-I
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2004 04:50 PM
10-10-2004 04:50 PM
Re: how to restore selective and whole backup
It would be better if you give someone give command with example.
Mehul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2004 06:24 PM
10-10-2004 06:24 PM
Re: how to restore selective and whole backup
Different procedure for different tools.
If you have taken backup using fbackup and you know path of file you can easily recover using frecover -i option.
Sunil