HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- frecover for my fbacup command
Operating System - HP-UX
1836401
Members
2976
Online
110100
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-31-2004 03:34 AM
07-31-2004 03:34 AM
frecover for my fbacup command
hi, can i use the below frecover command to recover my fbackup which
is as below
fbackup -f /dev/rmt/mydevice -i / -e /tmp
1)To view the contents of a fbackup tape.
#frecover â f /dev/rmt/mydevice â xNv
2)To restore all files and directories from tape.
#frecover â f /dev/rmt/mydevice â rv
3)To restore selected directory (/home/user1) or file
(/home/user2/file1) from tape.
#frecover â f /dev/rmt/mydevice â i /home/user1 â xv
#frecover â f /dev/rmt/mydevice â i /home/user2/file1 -xv
am i right?
for (3), if i want to restore a list of filesystems that start with
a) /oracle/PRD/sap*
b) /oracle/PRD/origlog*
c) /oracle/PRD/mirrlog*
to overwrite the existing filesystems. Basically, i want to restore my
oracle datafiles, origlog, mirrlog and saparch. Noticed that i am on
SAP applic
is as below
fbackup -f /dev/rmt/mydevice -i / -e /tmp
1)To view the contents of a fbackup tape.
#frecover â f /dev/rmt/mydevice â xNv
2)To restore all files and directories from tape.
#frecover â f /dev/rmt/mydevice â rv
3)To restore selected directory (/home/user1) or file
(/home/user2/file1) from tape.
#frecover â f /dev/rmt/mydevice â i /home/user1 â xv
#frecover â f /dev/rmt/mydevice â i /home/user2/file1 -xv
am i right?
for (3), if i want to restore a list of filesystems that start with
a) /oracle/PRD/sap*
b) /oracle/PRD/origlog*
c) /oracle/PRD/mirrlog*
to overwrite the existing filesystems. Basically, i want to restore my
oracle datafiles, origlog, mirrlog and saparch. Noticed that i am on
SAP applic
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2004 03:37 AM
07-31-2004 03:37 AM
Re: frecover for my fbacup command
not sure why the strange characters appear.. anyway, this is the correct format. cheers
hi, can i use the below frecover command to recover my fbackup which
is as below
fbackup -f /dev/rmt/mydevice -i / -e /tmp
1)To view the contents of a fbackup tape.
#frecover -f /dev/rmt/mydevice -xNv
2)To restore all files and directories from tape.
#frecover -f /dev/rmt/mydevice -rv
3)To restore selected directory (/home/user1) or file
(/home/user2/file1) from tape.
#frecover -f /dev/rmt/mydevice -i /home/user1 -xv
#frecover -f /dev/rmt/mydevice -i /home/user2/file1 -xv
am i right?
for (3), if i want to restore a list of filesystems that start with
a) /oracle/PRD/sap*
b) /oracle/PRD/origlog*
c) /oracle/PRD/mirrlog*
to overwrite the existing filesystems. Basically, i want to restore my
oracle datafiles, origlog, mirrlog and saparch. Noticed that i am on
SAP application.
how can i do that?
hi, can i use the below frecover command to recover my fbackup which
is as below
fbackup -f /dev/rmt/mydevice -i / -e /tmp
1)To view the contents of a fbackup tape.
#frecover -f /dev/rmt/mydevice -xNv
2)To restore all files and directories from tape.
#frecover -f /dev/rmt/mydevice -rv
3)To restore selected directory (/home/user1) or file
(/home/user2/file1) from tape.
#frecover -f /dev/rmt/mydevice -i /home/user1 -xv
#frecover -f /dev/rmt/mydevice -i /home/user2/file1 -xv
am i right?
for (3), if i want to restore a list of filesystems that start with
a) /oracle/PRD/sap*
b) /oracle/PRD/origlog*
c) /oracle/PRD/mirrlog*
to overwrite the existing filesystems. Basically, i want to restore my
oracle datafiles, origlog, mirrlog and saparch. Noticed that i am on
SAP application.
how can i do that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 07:11 PM
08-01-2004 07:11 PM
Re: frecover for my fbacup command
Hi
Basically
To read your tape you must always use the `frecover' command.
/etc/frecover -I - (break or control-c will pause the list)
This command will display the contents to the standard output.
If the list is long, it may be better to save the index in a file.
/etc/frecover -I /tmp/index
Restore a complete directory
/etc/frecover -xi/directory
/etc/frecover -x -i/directory1 -i/directory2
When restoring `frecover' will not overwrite an existing
file, unless the -o option is used.
Thus
To backup use: /usr/sbin/fbackup -0v -f /dev/rmt/0m -i /
Recover command (absolute): /usr/sbin/frecover -xv -f /dev/rmt/0m -i /path[/file]
To do a relative restore using frecover you need BOTH -x and -X, ie -xvX
Steve Steel
Basically
To read your tape you must always use the `frecover' command.
/etc/frecover -I - (break or control-c will pause the list)
This command will display the contents to the standard output.
If the list is long, it may be better to save the index in a file.
/etc/frecover -I /tmp/index
Restore a complete directory
/etc/frecover -xi/directory
/etc/frecover -x -i/directory1 -i/directory2
When restoring `frecover' will not overwrite an existing
file, unless the -o option is used.
Thus
To backup use: /usr/sbin/fbackup -0v -f /dev/rmt/0m -i /
Recover command (absolute): /usr/sbin/frecover -xv -f /dev/rmt/0m -i /path[/file]
To do a relative restore using frecover you need BOTH -x and -X, ie -xvX
Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2004 07:24 PM
08-01-2004 07:24 PM
Re: frecover for my fbacup command
a)frecover -I /tmp/INDEX -f /dev/rmt/0m
- option -I index file all filenames included on fbackup (index file)
b) frecover -V /tmp/HEADER -f /dev/rmt/0m
option -V (Volume header information)
c) frecover -x -i /home
- full directory /home recovery
- if filename exists that is not overwriten (overwriting can be managed by including -o)
d) cd /tmp
frecover -x -oF -i /home/novak
Full directory /home/novak recovery to /tmp
- option -F excluding files after . (/home/novak/.profile => .profile)
- option -o overwriting of existing file
e) cd /tmp
frecover -x -oX -i /home/novak
- full dir /home/novak recovery to to actual dir (/tmp) - icluding directory structure
- option -X exclude / in begin of dir (/home/novak/.profile => home/novak/.profile)
- option -o overwrite file if exists
- implicit drive DDS
e) frecover -r
- full recovery off all files from tape
- filesystem must be empty
f) frecover -x -g graph_file
- graph file is used same way as with fbackup
g) frecover -N -i /home
- perform verify of data only - verify (N = no recovery)
- option -I index file all filenames included on fbackup (index file)
b) frecover -V /tmp/HEADER -f /dev/rmt/0m
option -V (Volume header information)
c) frecover -x -i /home
- full directory /home recovery
- if filename exists that is not overwriten (overwriting can be managed by including -o)
d) cd /tmp
frecover -x -oF -i /home/novak
Full directory /home/novak recovery to /tmp
- option -F excluding files after . (/home/novak/.profile => .profile)
- option -o overwriting of existing file
e) cd /tmp
frecover -x -oX -i /home/novak
- full dir /home/novak recovery to to actual dir (/tmp) - icluding directory structure
- option -X exclude / in begin of dir (/home/novak/.profile => home/novak/.profile)
- option -o overwrite file if exists
- implicit drive DDS
e) frecover -r
- full recovery off all files from tape
- filesystem must be empty
f) frecover -x -g graph_file
- graph file is used same way as with fbackup
g) frecover -N -i /home
- perform verify of data only - verify (N = no recovery)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP