- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Single file recover from Ignite Network Archive
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
06-04-2007 08:13 PM
06-04-2007 08:13 PM
Is there any way to recover single file from ignite archive created by make_net_recovery.
I know its possible if we have used tape but from the network archive, please help.
thanks in advance
Bonny Jose
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 09:45 PM
06-04-2007 09:45 PM
Re: Single file recover from Ignite Network Archive
yes you can use the same options as make_tape_recovery. Use the following command for example:
make_net_recovery -x include=file|dir
Cheers
Saeid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 10:53 PM
06-04-2007 10:53 PM
Re: Single file recover from Ignite Network Archive
thanks n regards
bonny Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 10:54 PM
06-04-2007 10:54 PM
Solutionhttps://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=404306
covered in this thread
regards,
Sandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2007 11:05 PM
06-04-2007 11:05 PM
Re: Single file recover from Ignite Network Archive
To recover a single file from your make_net_recovery archive do the following on the system where the file is to be recovered (I'll restore stand/bootconf in this example)
mount igniteserver:/var/opt/ignite/recovery/archives/$(uname -n) /mnt
cd /
gzip -dc /mnt/2007-05-23,05:00 | tar xvf - stand/bootconf
regards,
Richard