- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- frecover in a different location
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-22-2002 11:24 PM
10-22-2002 11:24 PM
I have taken backup with the following command:
# fbackup -f /dev/rmt/0m -i /LinkX/link_tha/Done_ink -i /LinkX/hob/Done
There were many files inside /LinkX/link_tha/Done_ink and /LinkX/hob/Done
Now I want to restore the contents in a different location in the same m/cs. Also I don't want to overwrite the previous data.
The new location is : /LinkX/tmp.23102002/
Here the data restored can be in the same or different folder.
What should be the command?
Regards,
Raje.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 11:29 PM
10-22-2002 11:29 PM
SolutionThe easy way is:-
SAM
SAM Backup and Recovery ->
SAM Interactive Backup and Recovery
Select device.
Actions
Recover Files or Directories
and on the:-
Set Additional Parameters...
select your tgt dir.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 11:40 PM
10-22-2002 11:40 PM
Re: frecover in a different location
You could cd to the new directory (empty) and then frecover using the option:
-F Recover files without recovering leading directories
Or you could use:
-X Recover files relative to the current working directory.
To test that it is doing what you want, include the -N option the first time, so it does not actually write to the disc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 11:42 PM
10-22-2002 11:42 PM
Re: frecover in a different location
frecover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 12:06 AM
10-23-2002 12:06 AM
Re: frecover in a different location
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 12:07 AM
10-23-2002 12:07 AM
Re: frecover in a different location
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 12:00 AM
10-24-2002 12:00 AM
Re: frecover in a different location
frecover -x -X -v -i directoty_included -e directoty_excluded
-i: directory to be included to extract
-e:directory to be excluded
-v :vervose
-x : needed by -i and -e options
-X: Recover files relative to the current directory.
Aranza3