- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
04-07-2003 02:53 AM
04-07-2003 02:53 AM
system backup
We have 2 HPUX server,
server A whith one DLT4000,
we want to backup all data
of server B to server A tape
How to do this ?
It's possible we need to restore one or few file from
this backup tape later
Should we use util "fbackup" ?
Thank's a lot .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 02:57 AM
04-07-2003 02:57 AM
Re: system backup
u can use fbackup for the backups. you can restore specific files as well using fbackup. man fbackup / frestore for more details.
hth
-balaji (copy pasting my reply to your question on the linux forum)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 03:05 AM
04-07-2003 03:05 AM
Re: system backup
One point to bear in mind is that using fbackup/frecover with a remote tape device means that fast search markers are not written. Recovering individual files will therefore be slower than using a local drive.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 03:06 AM
04-07-2003 03:06 AM
Re: system backup
You can use fbackup to backup to a remote tape drive
eg fbackup -f
You can restore selective files using frecover.
Regards,
Hilary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 04:09 AM
04-07-2003 04:09 AM
Re: system backup
fbackup is capable of using remote drives and it comes with your OS so this is an pretty good choice for data backups.
But keep in mind that you have to have an running OS to use it. If you want to backup your server and not only the data you should consider using ignites make_tape_recovery.
This will backup your OS and your configruations. In case of an desaster you can restore your server from this tape. Then with the running OS you can restore the data from the remote drive using fbackup.
Disadvantage is that make_tape_recovery requires a local tape drive.
Perhaps you have an additional DAT drive to use as a system backup drive and you use the DLT as a data backup drive.
Hope this helps
Regards Stefan