Operating System - HP-UX
1827294 Members
2327 Online
109717 Solutions
New Discussion

fbackup option for append

 
SOLVED
Go to solution
Victor_5
Trusted Contributor

fbackup option for append

Maybe this is a very simple question.

I am using fbackup, what is the option which I can add a new file at the end of my archive without overwrite the original tape?
2 REPLIES 2
Edward Alfert_2
Respected Contributor
Solution

Re: fbackup option for append

I'm sorry but the answer is no... see the following excerpt.

Problem Description

fbackup: Will it allow you to append to a tape?

Solution

No. There is no way to append to an archive on a tape, nor can you even write two distinct archives on the same tape, since fbackup always rewinds the tape right after opening the device. However, you can restart an fbackup that was previously interrupted, an operation that appends to an incomplete tape. The manual page for fbackup(1M) describes this under the -R option.
"Do what you love and you will never work a day in your life." - Confucius
Victor_5
Trusted Contributor

Re: fbackup option for append

Thanks Edward, in that case, I have to use tar with u option, thanks for your reply.

Shawn