- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- append with fbackup
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
02-19-2002 04:27 AM
02-19-2002 04:27 AM
append with fbackup
I have only one DLT TAPE and I need to append different fbackup session in the same tape.
How can i do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2002 04:32 AM
02-19-2002 04:32 AM
Re: append with fbackup
sorry this is not possible, fbackup does ALWAYS rewind the backup tape, even if you specify a no-rewind device.
BTW putting more than one backup on a tape is generally not a good idea. If you have a bad tape, you'll loose more than one day.
regareds,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2002 04:35 AM
02-19-2002 04:35 AM
Re: append with fbackup
i have more than 2Gb.
About the tape I'll use 3 Dlt tape in mirror.
I hope that one of three is good !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2002 04:38 AM
02-19-2002 04:38 AM
Re: append with fbackup
It's very dangerous to append more backups to an existing backup, especially when using fbackup, because there are EOF (end-of-file) markers for at least these: tape label, volume header, index, data, and "checkpoints". You could use "mt -f /dev/rmt/0mn fsf 1" (note the "n" at the end of 0mn means no-rewind), until you hit the end of the last EOF marker, but you can't insure that you won't destroy the index. I suggest you use a new dlt tape.
Gnu's tar allows backups to be appended.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2002 04:42 AM
02-19-2002 04:42 AM
Re: append with fbackup
GNU's tar, PORT by HP, DOES backup files > 2gb! Plus it allows you to backup a system remotely!
http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.13.25/
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2002 04:42 AM
02-19-2002 04:42 AM
Re: append with fbackup
but with data less than 2Gb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2002 04:50 AM
02-19-2002 04:50 AM
Re: append with fbackup
I download the file for tar-1.13.25 How can i install the software?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2002 04:55 AM
02-19-2002 04:55 AM
Re: append with fbackup
you can also use pax if you need support for files bigger than 2 GB.
see man pax
Allways stay on the bright side of life!
Peter
additional:
for installing software use swinstall, which opens a GUI for you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2002 05:00 AM
02-19-2002 05:00 AM
Re: append with fbackup
gunzip it, then use swinstall, where your "source" is the FULL path to the "depot" file.
You might have to execute the program using the full path, or copy it to a major bin directory, but rename it to gtar so that you don't overwrite the tar that comes with HPux.
And here is the help pages:
http://hpux.connect.org.uk/hppd/answers/
live free or die
harry