1834431 Members
2076 Online
110067 Solutions
New Discussion

append with fbackup

 
matteo casarino
Advisor

append with fbackup

Excuse Sir,
I have only one DLT TAPE and I need to append different fbackup session in the same tape.
How can i do this?
tring open new windows of your mind
8 REPLIES 8
Thierry Poels_1
Honored Contributor

Re: append with fbackup

Hi,

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.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
matteo casarino
Advisor

Re: append with fbackup

Ok thank you but i can't use tar because
i have more than 2Gb.

About the tape I'll use 3 Dlt tape in mirror.
I hope that one of three is good !!!
tring open new windows of your mind
harry d brown jr
Honored Contributor

Re: append with fbackup

Matteo,

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
Live Free or Die
harry d brown jr
Honored Contributor

Re: append with fbackup

Matteo,

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
Live Free or Die
matteo casarino
Advisor

Re: append with fbackup

I know that tar allow me to append the backup
but with data less than 2Gb.
tring open new windows of your mind
matteo casarino
Advisor

Re: append with fbackup

Excuse me mr.
I download the file for tar-1.13.25 How can i install the software?

tring open new windows of your mind
Peter Kloetgen
Esteemed Contributor

Re: append with fbackup

Hi Matteo,

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
I'm learning here as well as helping
harry d brown jr
Honored Contributor

Re: append with fbackup

Matteo,

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
Live Free or Die