- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup vs. cpio for system backup
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
10-11-2001 07:03 AM
10-11-2001 07:03 AM
Recently, we've read about cpio, and are now wondering if we should change to cpio.
Some suggestions from the 'real' world would be appreciated. So, which is the most practical 'fbackup' or 'cpio' or some other backup solution???
Thanks in advance =-) Dewy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2001 07:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2001 07:12 AM
10-11-2001 07:12 AM
Re: fbackup vs. cpio for system backup
If you are going to restore that data at anytime on HP only then best choice is fbackup.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2001 07:14 AM
10-11-2001 07:14 AM
Re: fbackup vs. cpio for system backup
Fbackup also makes it easy to do incremental backups.
One other product that you might give some consideration to is Omniback. It's not free but it makes automating backups especially with tape libraries very easy. It can backup your UNIX servers, Windows boxes, Novell, ... all to a central library if you like or tape drives on individual machines located anywhere on your network.
Food for thought, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2001 07:19 AM
10-11-2001 07:19 AM
Re: fbackup vs. cpio for system backup
As was said above, if you intend to restore the files on a non-HP system, then fbackup is not an option and you should use cpio or tar.
Also, if you need to backup databases or other non-filesytem structures, you'll need to use a 3rd party software such as Legatto, NetBackup, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2001 07:23 AM
10-11-2001 07:23 AM
Re: fbackup vs. cpio for system backup
Strickly for backup and recoveries of files on your servers: fbackup over cpio.
Diaster recovery of your servers: Ignite (free from HP). This is a must because it makes a bootable, re-installable backup of your system in it's present state (kernel, patches, startup scripts, etc).
For more performant / robust backups and recoveries: HP's Omniback or a number of products from other vendors (Legato Networker, Veritas Netbackup, Reel backup).
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2001 08:30 AM
10-11-2001 08:30 AM
Re: fbackup vs. cpio for system backup
I use 'fbackup'/'frecover' for routine backups on HP servers for a couple of reasons. First, 'fbackup' supports backups of inuse files. The timestamp of a file is noted at the time the 'fbackup' process begins. Once the file has been written to tape a comparison of the original timestamp with the current value on disk is made. If the file is seen to have changed, a warning is issued, the file on tape marked as "bad", and another attempt is made to backup. The control of the number of attempts is defined in a configuration file -- the parameter is 'maxretries'. It has a default value of five.
Another very useful feature of 'fbackup'/'frecover' is the ability to construct "graphs" whereby you can include whole directories for backup while excluding individual subdirectories and/or files.
The recovery of files from an 'fbackup' tape with 'frecover' can similarly be driven from graphs.
'cpio' is ideal for moving whole filesystems as when you wish to change mountpoints. Obviously, it is also a Unix standard (like 'tar') and as such is necessary when you need to port files among the different Unix flavors.
Take a look at the man pages for 'fbackup' and 'frecover'. There is a wealth of information to see.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 07:38 AM
10-15-2001 07:38 AM
Re: fbackup vs. cpio for system backup
I guess these folks are right about using fbackup, IF you stay with HPUX.
But I would learn to backup and restore with cpio and tar too. There is a lot of 3rd party software that arrives on tape in cpio or tar format. And someday you may have to move your data to a non-HPUX computer using a 4mm tape drive.
If you go to load a perl module (from cpan.org), you'll see everything is stored in "tarballs." That's gzipped, and tar'd files.
For the site here, we use Omniback for most of the backups (with a 48 slot DLT tape library). I use ignite for bootable tapes of each system. And I use cpio if I need to move stuff to a 4mm tape.
My real recommendation is learn cpio and tar just in case. But you don't have to use it.
Steve ^_^
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 07:43 AM
10-15-2001 07:43 AM
Re: fbackup vs. cpio for system backup
HPSHOP..?? FBACKUP is the answer...! No cpio, no tar no dd.!
Easy to administrate and faster during restore
Good luck
-USA...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 07:52 AM
10-15-2001 07:52 AM
Re: fbackup vs. cpio for system backup
I think you missed the point of his question.
He was looked for a utility to do the same functions that you use Omniback for. If you are doing daily/weekly/monthly backups of your system for the intent of restoring data on that same system, fbackup is much more appropriate than tar/cpio/dd.
However, your point is correct that any admin worth his salt should know how to use tar, cpio, dd as they will be needed in many situations where fbackup is appropriate. And since you use fbackup, it is probably that you have no need for fbackup.
Hope this helps clear it up a bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 08:14 AM
10-15-2001 08:14 AM
Re: fbackup vs. cpio for system backup
But I see from the large response that I should take a look at fbackup.
thanks. Steve