1819836 Members
2761 Online
109607 Solutions
New Discussion юеВ

backup in remote tape

 
SOLVED
Go to solution
Jorge A. Prado T.
Occasional Advisor

backup in remote tape

Hi,
I can define a remote tape in hpux 10.20?

Thank in advance
Jorge Prado
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: backup in remote tape

fbackup supports remote devices. Man fbackup/frecover for details.

If using tar or cpio you can remsh to a remote device:

find . -print | cpio -ocBv | remsh remotehost dd ibs=5k obs=100k of=/dev/rmt/0m
If it ain't broke, I can fix that.
matteo_4
Frequent Advisor

Re: backup in remote tape

hi jorge,
you can use remsh or fbackup

Or you can install gtar and gzip (for free)

http://hpux.cs.utah.edu/hppd/hpux/Shells/alpha.html

this command support remote tape.

bye