1832487 Members
4339 Online
110043 Solutions
New Discussion

remote backup

 
SOLVED
Go to solution
juno2
Super Advisor

remote backup

We have a tape drive on the unix system, now we want to remote backup ( by fbackup , tar ) the linux system , cos two system (unix and linux) are in different platform type , is it possible to make such remote backup ? thx
3 REPLIES 3
T G Manikandan
Honored Contributor
Solution

Re: remote backup

I am not sure whether fbackup exists on Linux.

tar is a tool which has multi flavour unix platform support.

Incase of recovery using solaris/hpux/linux you can use tar to restore the files.

you can use fbackup to backup the files but you need to restore the files only from a hpux system.


Thanks
juno2
Super Advisor

Re: remote backup

if I run backup ( tar , fbackup ) on the local tape drive to remote backup the remote linux system , is it OK to do it? thx.
T G Manikandan
Honored Contributor

Re: remote backup

you cannot do a fbackup from the remote system as it is LINUX in your case.

you can use tar like

#remsh linux "tar cvf - /home|remsh hp dd of=/dev/rmt/0m"

The post before this explains to you how to do a backup remotely using tar and fbackup.

This above case will just login into the remote system and again push files.
i.e.the same command executed from local and remote systems.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x3f8538dfa974d711abdc0090277a778c,00.html

Revert on the same.