- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Fbackup question
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-2004 02:18 AM
04-07-2004 02:18 AM
Is there a way of putting more than one fbackup onto the same tape.
I need to split the backup, and may need to split the backup down to mounted filesystem.
I know you can do this with dump, but this doesn't work with VxFS filesystems.
Any comments would be very welcome.
Pete
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2004 03:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2004 03:30 AM
04-07-2004 03:30 AM
Re: Fbackup question
You cannot put more than one fbackup backup on a tape. Check out the link below.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000064722384
The itrc doc id is KBAN00000916
Check out the section "The Format:"
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2004 11:56 AM
04-07-2004 11:56 AM
Re: Fbackup question
fbackup always rewinds the media before reading/writing - so there is no way you can have more than one fbackup on to the same tape.
If you ever managed to find a way, let us know :-)
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2004 05:59 PM
04-07-2004 05:59 PM
Re: Fbackup question
I agree with sanjay, and sundar, since tape is rewinded after backup.
But u can do in another way, by doing this method u will get not get the some feature of fbackup
*)fast search & resync.
Method :
~~~~~~~~
*) take backup, by specifing stdout, (-f -)
and pipe to non-windable by dd.
Ex: /etc/fbackup i /home -f - | dd of=/dev/rmt/0mn bs=10K
mention dat no rewind file.
Hope this meet ur requirment.
suresh