- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup and frecover
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
12-10-2001 08:09 AM
12-10-2001 08:09 AM
fbackup and frecover
I made a fbackup of some directory on tape.
I wuold like to verify the file on the tape without extract it (like in tar, when used -t options)
Is possible to sse the file contained in tape?
Thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 08:11 AM
12-10-2001 08:11 AM
Re: fbackup and frecover
it's again ...
use: 'frecover -N -v' option
this will give you the list and will not extract. Look 'man frecover'
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 08:15 AM
12-10-2001 08:15 AM
Re: fbackup and frecover
The best way to verify an 'fbackup' tape is to use the '-N' (no recovery option) of 'frecover'.
From the man pages for 'frecover', "...read the backup as if it was, in fact, recovering the data from the backup, producing the same output that it would on a normal recovery. This
option is useful for verifying backup media contents in terms of validity (block checksum errors are reported), and contents (a listing of files can be produced by using the -N and -v options together). Note that the listing of
files produced with the -N and -v options requires the reading of the entire backup, but is therefore a more accurate reflection of the backup's contents than the index stored at the beginning of the backup (which was created at the start of the backup session, and is not
changed during the course of the backup)."
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 08:37 AM
12-10-2001 08:37 AM
Re: fbackup and frecover
This will tell you what 'fbackup' thought it was backing up at the start of the run, but will not actually verify that the data is on tape. it is handy to confirm the contents of a tape quickly, without reading through many or large size files.
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 08:54 AM
12-10-2001 08:54 AM
Re: fbackup and frecover
#frecover -f
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 02:31 PM
12-10-2001 02:31 PM
Re: fbackup and frecover
frecover -xNv -f /dev/rmt/0m 2>/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 04:22 PM
12-10-2001 04:22 PM
Re: fbackup and frecover
If you use SAM for your fbackup process, you can go to
sam
Click on the following:
Backup and Recovery
Interactive Backup and Recovery
(Click on your tape drive once to highlight.)
Actions
Get a list of files on a device
OK
(Default write file is /var/tmp/index.)
Hope this helps too,
Kel