- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Check the backup files
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-02-2002 06:29 AM
09-02-2002 06:29 AM
Check the backup files
How can I exectly know what files that I have backup by fbackup?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 06:37 AM
09-02-2002 06:37 AM
Re: Check the backup files
I normally pull an index off the last backup tape
frecover -f /dev/rmt/0m -I /tmp/index
Regards,
Hilary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 06:40 AM
09-02-2002 06:40 AM
Re: Check the backup files
See my response in your first thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xcb216049dbb6d611abdb0090277a778c,00.html
You can extract the index built at the beginning or the 'fbackup' session ('frecover -I' ...) or read the tape in a nonrecovery mode and list the actual files on the tape ('frecover -Nv ...').
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2002 09:35 PM
09-02-2002 09:35 PM
Re: Check the backup files
??? frecover -x -N -vf /dev/rmt/0m > backuplog ??? , but cannot extract the output to the backuplog, how to solve it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 03:12 AM
09-04-2002 03:12 AM
Re: Check the backup files
Hi,The command that gives you a complete index over what is
on the tape is as follows:
/etc/frecover -f /dev/rmt/0m -N -v -r > /tmp/tape.indx 2>&1
This will read the whole tape and may take some time.
Olav