- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Recovering a single file from a make_net_recov...
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
01-28-2004 02:11 PM
01-28-2004 02:11 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 02:34 PM
01-28-2004 02:34 PM
SolutionOf course it's possible to extract a single file from a make_net_recovery archive. It's even easier than from tape:
# gzcat archive_name | tar -xvf - filename
Of course to get the names of the files in the archive you can do:
# gzcat archive_name | tar -tvf - > some_file
I almost always redirect to a file so I can search easier.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 02:57 PM
01-28-2004 02:57 PM
Re: Recovering a single file from a make_net_recovery archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 03:20 PM
01-28-2004 03:20 PM
Re: Recovering a single file from a make_net_recovery archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 03:22 PM
01-28-2004 03:22 PM
Re: Recovering a single file from a make_net_recovery archive
Glad to help out a fellow Olympian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 03:23 PM
01-28-2004 03:23 PM
Re: Recovering a single file from a make_net_recovery archive
I looked in the TKB, but didn't find that document ... Thanks TG!
Issue closed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 03:29 PM
01-28-2004 03:29 PM
Re: Recovering a single file from a make_net_recovery archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 03:31 PM
01-28-2004 03:31 PM
Re: Recovering a single file from a make_net_recovery archive
"extract "single file" make_net_recovery pax tar archive"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 03:35 PM
01-28-2004 03:35 PM
Re: Recovering a single file from a make_net_recovery archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 03:40 PM
01-28-2004 03:40 PM
Re: Recovering a single file from a make_net_recovery archive
My 2 cents,
Jeff (who tapped WAY too many kegs in college)