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
04-02-2006 02:08 PM
04-02-2006 02:08 PM
Just wondering, how would I view what I have backed up up to tape?
I have just done:
fbackup -v -f /dev/rmt/1m -i /stand/system.d
How can I view the text I have just backed up? i.e. "/stand/system.d"?
Regards.
Habib
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 02:27 PM
04-02-2006 02:27 PM
Re: fbackup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 02:40 PM
04-02-2006 02:40 PM
SolutionFor new users the best way to go is an interactive interface.
sam
backup and recovery
Interactive Backup and Recovery
Choose a Tape device
Actions Recover files or directories.
Choose the file and then restore to an alternate location to look at the actual contents.
After you do this you can go back and look at the
Options
View Sam log
Listed there are the commands sam just used.
This is a great way to learn to do it from the command line, since frecover's man page is a wee bit complex.
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
04-02-2006 02:54 PM
04-02-2006 02:54 PM
Re: fbackup
Thank you for the info.
That is the issue I have with the man pages, they are quite complex especially for beginners like me.
Thanks.
Peace.
Habib
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 05:30 PM
04-02-2006 05:30 PM
Re: fbackup
The following command writes the tape content to the screen. Also you can access to it under sam.
frecover -N -v -f /dev/rmt/1mn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 05:30 PM
04-02-2006 05:30 PM
Re: fbackup
Try this command
frecover -I /tmp/index.txt -f /dev/rmt0
This will extract the index from tape rmt0 and store in file /tmp/index.txt
Rgds,
sysadm