1829101 Members
2899 Online
109986 Solutions
New Discussion

system backup

 
iranzo
Frequent Advisor

system backup

Hello,
We have 2 HPUX server,
server A whith one DLT4000,
we want to backup all data
of server B to server A tape
How to do this ?
It's possible we need to restore one or few file from
this backup tape later
Should we use util "fbackup" ?
Thank's a lot .

Bonjour
4 REPLIES 4
Balaji N
Honored Contributor

Re: system backup

hi
u can use fbackup for the backups. you can restore specific files as well using fbackup. man fbackup / frestore for more details.

hth
-balaji (copy pasting my reply to your question on the linux forum)
Its Always Important To Know, What People Think Of You. Then, Of Course, You Surprise Them By Giving More.
Darren Prior
Honored Contributor

Re: system backup

Hi,

One point to bear in mind is that using fbackup/frecover with a remote tape device means that fast search markers are not written. Recovering individual files will therefore be slower than using a local drive.

regards,

Darren.
Calm down. It's only ones and zeros...
BFA6
Respected Contributor

Re: system backup

Hi,

You can use fbackup to backup to a remote tape drive
eg fbackup -f :/dev/rmt/0m -i /

You can restore selective files using frecover.

Regards,

Hilary
Stefan Schulz
Honored Contributor

Re: system backup

Hi,

fbackup is capable of using remote drives and it comes with your OS so this is an pretty good choice for data backups.

But keep in mind that you have to have an running OS to use it. If you want to backup your server and not only the data you should consider using ignites make_tape_recovery.

This will backup your OS and your configruations. In case of an desaster you can restore your server from this tape. Then with the running OS you can restore the data from the remote drive using fbackup.

Disadvantage is that make_tape_recovery requires a local tape drive.

Perhaps you have an additional DAT drive to use as a system backup drive and you use the DLT as a data backup drive.

Hope this helps

Regards Stefan
No Mouse found. System halted. Press Mousebutton to continue.