- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Best way to create tape?
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
06-12-2002 10:53 AM
06-12-2002 10:53 AM
fbackup -I /tmp/bkupindex -f /backup_fs/backupfile -0u -y -g /tmp/mygraph
This works great and it's pretty fast too. My question is about how to get this backup file written to tape for offsite storage?
If possible, I would like the tape to be written in the same format as if fbackup had actually written directly to the the tape originally? So then later if I had to use the tape, I could simply:
frecover -x -o -v -i /ora_work3 -f /dev/rmt/c4t6d0BEST
Does anyone know if this is possible? I was hoping that I wouldn't have to first restore /backup_fs/backupfile and then run frecover against it.
Thanks in advance!
Tim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 10:58 AM
06-12-2002 10:58 AM
SolutionThough "tar" files can be copied to tape using the "dd" command, this option is not available with fbackup.
You will have to fbackup to tape your disk file and just be sure you have room on your disk to restore the disk file fbackup that you put on tape.
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 11:11 AM
06-12-2002 11:11 AM
Re: Best way to create tape?
The good news is that you have chosen the best (fastest, most efficient) of the free backups available on HP-UX; the bad news is that the media can't be copied - at least tape to tape. You would have to restore and then backup again. You could use tar or cpio but they won't be nearly as fast for your backups.
If this is a critical application (and I assume that it is); I suggest that you take the plunge and invest in a real backup product like OmniBack. You can completely automate your backups and the copies for offsite storage.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 11:12 AM
06-12-2002 11:12 AM
Re: Best way to create tape?
Perhaps I'm missing something. Why not just create the proprietary 'fbackup' tape, instead of the disk file, and then use 'frecover's '-I' and/or 'N' options to create a listing of the tape's contents? You don't need to actually recover anything to obtain a listing of the files on your tape and you can edit the generated output to form new graph files for an actual 'frecover'. See the man pages for 'frecover' for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 11:16 AM
06-12-2002 11:16 AM
Re: Best way to create tape?
The reason I write to disk is for speed (need to have the db back up asap!) and also I like having the backup file onsite in case I need to use it.
The tape is a fallback strategy in case we lost the whole building to disaster or something.
Once the disk backup is complete the database comes back up and I can take my sweet time creating a tape while the rest of the world is using the database again.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 11:24 AM
06-12-2002 11:24 AM
Re: Best way to create tape?
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 11:37 AM
06-12-2002 11:37 AM