Operating System - HP-UX
1824808 Members
3942 Online
109674 Solutions
New Discussion юеВ

about use "fbackup" command

 
SOLVED
Go to solution
thebeatlesguru
Regular Advisor

about use "fbackup" command

i wanna use command fbackup to backup something into one tape,but there is important files in that tape ,i wanna backup up new files after these files, can i use fbackup do that? if i can ,how can i do it?
hihi
6 REPLIES 6
Michael Tully
Honored Contributor
Solution

Re: about use "fbackup" command

fbackup is not supported to appending to tapes. Because 'fbackup writes a header onto the tape, you may not be able to get back to the first 'end of file marker', and when 'fbackup finishes writing to tape it rewinds.

If you wish to not take risks with overwriting important information on tapes, get another tape.

'tar' and 'cpio' are far better if you must follow this option. Another option is getting 'GNU tar' from here: http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.13.25/
Anyone for a Mutiny ?
Ravi_8
Honored Contributor

Re: about use "fbackup" command

Hi,

fbckup doesn't have the option of appending, whereas you can do the same using tar with r option
never give up
thebeatlesguru
Regular Advisor

Re: about use "fbackup" command

i see ,but tar cant backup large files
hihi
Michael Tully
Honored Contributor

Re: about use "fbackup" command

GNU tar supports backing up files over 2Gb. See the link I provided in my previous posting.
Anyone for a Mutiny ?
T G Manikandan
Honored Contributor

Re: about use "fbackup" command

thebeatlesguru
Regular Advisor

Re: about use "fbackup" command

i have installed the GNU tar,however i find there is so many tar in my box:
/etc/tar
/usr/bin/tar
/usr/local/bin/tar
/usr/local/doc/tar
/var/adm/sw/products/tar
/var/adm/sw/save/PHCO_20028/UX-CORE/sbin/tar
/var/adm/sw/save/PHCO_20028/UX-CORE/usr/bin/tar
/sbin/tar

and i find the man tar is still show the old tar

which one i should use to backup a file larger then 2G ,and how to use?

hihi