- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Using 'frecover' to restore to different directori...
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-05-2001 07:45 AM
01-05-2001 07:45 AM
Using 'frecover' to restore to different directories.
I have a tape created some time ago using fbackup. It contains a test environment.
For example:
/test/conc
/test/product
Both the conc and the product directories contain countless subdirectories.
I want to restore the conc and product directoies together with their respective files and sub-directories into a new file system. The new names would be:
/develop/conc
/develop/product.
I have tried moving to the /develop directory and using the -F option in frecover to perform the restore but that seems to remove all leading sub-directories including the ones below /conc and /product (i.e. all files end up in the /develop directory).
Will frecover allow me to perform this type of restore? Any advice would be gratefully received. BobB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 08:03 AM
01-05-2001 08:03 AM
Re: Using 'frecover' to restore to different directories.
try the -X option
cd /develop
frecover -r -X ....
mv test/* .
rmdir test
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 08:05 AM
01-05-2001 08:05 AM
Re: Using 'frecover' to restore to different directories.
lrwxr-xr-x 1 root sys 5 Jan 5 10:06 test -> develop
That way anything restore to /test will automatically go to /develop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2001 08:11 AM
01-05-2001 08:11 AM
Re: Using 'frecover' to restore to different directories.
You can then specify the directory you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2001 06:46 AM
01-11-2001 06:46 AM
Re: Using 'frecover' to restore to different directories.
Pls try the following steps.
1> cd /
2> ln -s /devlop /test
3> mt -t /dev/rmt/
4> /usr/sbin/frecover -xvyoXf /dev/rmt/
(for detailed info abt the argumants given to frecover pls
see the manpage.)
Hope this helps...
Suhas.