- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Append to informacion on the 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
03-31-2003 08:16 AM
03-31-2003 08:16 AM
Append to informacion on the tape
We have a Ultrium Tape for backup system.
We need append information on tape during the week, but what is the correct syntax for write o read this backup using fbackup, when use multiple backup in the same tape.
Thank you for the sopport
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 08:25 AM
03-31-2003 08:25 AM
Re: Append to informacion on the tape
You can use tar or cpio to backup and these will allow you to append or choose the better answer OmniBack (now called DataProtector) but it's not free.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 08:52 AM
03-31-2003 08:52 AM
Re: Append to informacion on the tape
You can't append to a fbackup tape since fbackup always rewinds the tape after opening the device. So that makes it difficult to append any additional files onto the tape. The only "close" append operation that may work is ..if you had an interrupted fbackup which you can then continue with where you stopped. Tar on the other hand allow append (ie with the "-r" option).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 08:54 AM
03-31-2003 08:54 AM
Re: Append to informacion on the tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 08:54 AM
03-31-2003 08:54 AM
Re: Append to informacion on the tape
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 08:58 AM
03-31-2003 08:58 AM
Re: Append to informacion on the tape
http://gatekeep.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2003 09:07 AM
03-31-2003 09:07 AM
Re: Append to informacion on the tape
While the 'gnu' tar will certainly offer archive of largefiles, an alternative for HP-UX 11.11 is to apply 'tar' patch PHCO_26423. This patch gives 'tar' the ability to handle files up to 8GB in size.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2003 01:59 AM
04-01-2003 01:59 AM
Re: Append to informacion on the tape
At a minimum you should use fbackup, but preferably a matching/supported backup product like HP's OmniBack/DataProtector, etc..