1826614 Members
2713 Online
109695 Solutions
New Discussion

fbackup

 
Jayachandran.S
Occasional Contributor

fbackup

using the fbackup command can we append the data on the tape ? How ?
3 REPLIES 3
whiteknight
Honored Contributor

Re: fbackup

jaya,

I don't think fbackup able to append the data.

WK
Problem never ends, you must know how to fix it
Robert Salter
Respected Contributor

Re: fbackup

Look at this document and check Table 6-12A
http://docs.hp.com/en/B2355-90950/ch06s04.html

Not possible to append using fbackup.
Time to smoke and joke
Bill Hassell
Honored Contributor

Re: fbackup

Like all commercial backup products, appending to the end of a tape is never allowed. Not only is it a very unstable mechanism but you lose the usefulness of the index at the front of the tape. I have a list of very sad system administrators that lost several weeks worth of backups because someone wrote a small file on the front of a tape, or the record of which backup date is on a particular tape and in which location.

fbackup always rewinds each tape. It then reads the tape header to make sure it is not overwriting an previous volume. You can probably create a kludge method using dd and pipe multiple backups onto the tape. If you try this, I wish you lots of good luck. You'll need it.


Bill Hassell, sysadmin