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-19-2001 10:54 AM
06-19-2001 10:54 AM
Frecover
I changed to the directory to restore to and used this format....
frecover -f /dev/rmt/0m -i ./netscape -vx
It did the recovery, but now I have /netscape/netscape with all the files listed in the second directory that the frecover created.
What did I miss to get it to restore to the current directory but not create the second netscape directory? If that makes sense at all the way I am asking! I didn't want the directory restored created again inside the directory it should have been restored to.
- Tags:
- frecover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 10:58 AM
06-19-2001 10:58 AM
Re: Frecover
frecover -xXvf /dev/rmt/0m -i /path_to_restore
the '-X' option will recover files relative to current working dir.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 11:00 AM
06-19-2001 11:00 AM
Re: Frecover
You must have used the '-X' option of 'frecover' to restore files to the current working directory. Normally 'frecover' restores to the absolute path name. In that case, directories and subdirectories are created as you need them -- you don't need to do a 'mkdir' -- it's done intrinsically.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 11:22 AM
06-19-2001 11:22 AM
Re: Frecover
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 01:18 PM
06-19-2001 01:18 PM
Re: Frecover
This will restore to the current working directory
#frecover -Xv -g /restore_graph -f /dev/rmt/0m
This will restore to same original location
frecover -xv -g /restore_graph -f /dev/rmt/0m
The restore graph file will just look like this
i /netscape
its just a plain text file telling frecover what to include
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 09:22 PM
06-19-2001 09:22 PM
Re: Frecover
Hi
The mistake U have done is U used -X option with frecover. I f U use this data will get restored with full path in existing directory. U give like this
#frecover -rf /dev/rmt/0m
I hope this will solve ur problem.
shahul