- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Backup recovery
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
07-21-2006 07:20 PM
07-21-2006 07:20 PM
Backup recovery
I have taken full filesystem backup of 4 servers using sam... BACKUP and recovery tape.....now how do i restore tha data if our servers are shifted...also what else changes/needs to be backedup if we plan to change our site ....
Advance thanks........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2006 07:29 PM
07-21-2006 07:29 PM
Re: Backup recovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2006 07:40 PM
07-21-2006 07:40 PM
Re: Backup recovery
The backup restoration would be done on the same servers..but on different site....since the data that backed up was SAN MOUNTED....and also the san belongs to another company..we have to leave our present site.....for which we needed our data from them...to recover i just need to run frecover -r /dev/rmt/*.....right.....
But before that the same partions should be made availabe to us which were on san RIGHT????.......PLZZZZ HELP ME,,,,,,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2006 07:50 PM
07-21-2006 07:50 PM
Re: Backup recovery
Check what options would give you listing of the data in tape. (i don't have system at hand at the moment)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2006 11:56 PM
07-23-2006 11:56 PM
Re: Backup recovery
You always have options although an image of your previous setup is best
NOTE :If restoring a directory, `frecover' will not overwrite an existing
file unless the -o option is used.
Sometimes its nice to recover to a relative path or in a directory /tmp/recover.
To restore relatively, you go first to the directory with cd, and then
use the X or F option.
cd /tmp/local; /etc/frecover -xvXi /directory
(with directory tree path )
cd /tmp/local; /etc/frecover -xvFi /directory
(without path, only files names)
Steve Steel