- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can i restore backup taken by fbackup utility?
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
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
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-09-2005 12:01 AM
тАО06-09-2005 12:01 AM
How can i restore backup taken by fbackup utility?
How can i restore backup taken by fbackup utility?
pl read below..
i m taking oracle database bkup..
1) original oracle files are on say /dbbkp
2) i m taking 1st on one mntpoint say /dbone
3) after that i am zipping it
4) after zipping am taking backup on tape.
5) now query is-- if i want to restore this backup directly on /dbbkp ..what is the exact steps i have to follow...
Backup commnad use---
fbackup -v -I /var/tmp/index -g gfile -f /dev/rmt/0mn
thanks,
yogesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2005 12:07 AM
тАО06-09-2005 12:07 AM
Re: How can i restore backup taken by fbackup utility?
QUESTIONS:
(1) is your Oracle DataBase OFFLINE when you back it up?
(2) what does this mean: """2) i m taking 1st on one mntpoint say /dbone"""
(3) How are you zipping it?
(4) Does /dbbkp have enough space on it to:
--a- restore a zipped file ?
--b- unzip it ?
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2005 12:08 AM
тАО06-09-2005 12:08 AM
Re: How can i restore backup taken by fbackup utility?
Or use sam to read the tape under backup and recovery, restore the files anywhere you want. You can directly restore to the backup directory, depending on how you took the backup.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2005 12:11 AM
тАО06-09-2005 12:11 AM
Re: How can i restore backup taken by fbackup utility?
#cd /dbbkup
#frecover -f /dev/rmt/0mn -vFx -g gfile
The -F option indicates that you will restore it without the leading directories on /dbbkup.
Regards,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2005 12:13 AM
тАО06-09-2005 12:13 AM
Re: How can i restore backup taken by fbackup utility?
Since you are Zipping the files and backing it up, you will have to do the reverse way around like
Extract--->Unzip-->Move
Extract using the -x option
frecover -xrv -I /var/tmp/index -g gfile -f /dev/rmt/0mn
-r The backup media is read and the contents are loaded into
the directories from which they were backed up. This
option should only be used to recover a complete backup
onto a clear directory or to recover an incremental backup
after a full level-zero recovery
-x The files identified by the -i, -e, and -g options (see
below) are extracted or not extracted from the backup
media. If a file to be extracted matches a directory
whose contents have been written to the backup media, and
the -h option is not specified, the directory is
recursively extracted. The owner, modification time, and
access control list (including optional entries, unless
the -A option is specified) are recovered. If no file
argument is given (including an empty graph file), all
files on the backup media are extracted, unless the -h
option is specified.
Thanks
Binu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2005 12:13 AM
тАО06-09-2005 12:13 AM
Re: How can i restore backup taken by fbackup utility?
live free or die
harry d brown jr