- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to view the contents of fbackup
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
09-29-2004 09:51 PM
09-29-2004 09:51 PM
Could someone please tell, how to view the contents of DAT when using fbackup.
Can we see with tar -tvf? but I don't think it is retrived a contents because some use his backup method by using fbackup
Million Thanks in advance
mehul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 09:59 PM
09-29-2004 09:59 PM
Solutionor use the -N option to do a full recover EXCEPT that it will NOT write to disc.
man frecover
SAM will also give you a listing if I rememebr correctly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 10:01 PM
09-29-2004 10:01 PM
Re: How to view the contents of fbackup
How about an index recovery ( -I )
Check man frecover:
-I path The index on the current volume is extracted from the
backup media and is written to path.
Regards,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 10:01 PM
09-29-2004 10:01 PM
Re: How to view the contents of fbackup
-N (no recovery) Prevent frecover from actually recovering
any files onto disk, but 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).
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2004 10:28 PM
09-29-2004 10:28 PM
Re: How to view the contents of fbackup
file
If it is archieved one, then we can view it with tar -tvf there
You can go for sam too get information backup file informations on
sam --> Backup and Recovery --> list file backup
Else,
simply go for suggested frecover -Nv