1833211 Members
3510 Online
110051 Solutions
New Discussion

Fbackup archive format

 
SOLVED
Go to solution
Alessandro Pilati
Esteemed Contributor

Fbackup archive format

Hi to all,
I would be happy to know the format of the backups created by fbackup, and if this kind of archive is compatible with other platform different from HP-UX.

Thank you in advance,
Alex
if you don't try, you'll never know if you are able to
6 REPLIES 6
DCE
Honored Contributor

Re: Fbackup archive format

Alex,

It has been my experience that fbackup works only on HPUX. I do believe it is propietary

Jeff Schussele
Honored Contributor
Solution

Re: Fbackup archive format

Hi Alex,

fbackup uses a combination of dump & ftio & no it's only compatible with HP-UX systems.
Use tar, pax or cpio for compatability with other UNIX systems.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Patrick Wallek
Honored Contributor

Re: Fbackup archive format

fbackups are in fbackup format.

No it is not compatible with anything other than the HP-UX frecover tool.
Raj D.
Honored Contributor

Re: Fbackup archive format

Hi Alessandro ,

To take a fbackup with 0 level , execute :

# fbackup -0i /usr -f /dev/rmt/0m

[ Where /dev/rmt/0m is device file name ,
i for include, e for exclude , 0 is the fbackup level ]

And to restore you have to use frecover.


And it is not compatible with other platform and will work with hp-ux only.

Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Alessandro Pilati
Esteemed Contributor

Re: Fbackup archive format

Thank you for your quickly responses!
if you don't try, you'll never know if you are able to
Alessandro Pilati
Esteemed Contributor

Re: Fbackup archive format

Ok I will use the other tools for a cross-platform backup/recovery actions.

Thank you to all
if you don't try, you'll never know if you are able to