1833776 Members
1882 Online
110063 Solutions
New Discussion

fbackup and encryption

 
SOLVED
Go to solution
CJENSEN_1
Regular Advisor

fbackup and encryption

I have a RP5470 server, with a direct attached Ultrium drive. I use the unix fbackup command to do backups. I am wondering if there is a way to encrypt the tape: for example, I want to protect against someone else accidentally getting the tape, and putting it into their server and reading it - ie - I want to ensure only I can read it. Does anyone know if this functionality exists?
Thanks.
5 REPLIES 5
Hasan  Atasoy
Honored Contributor
Solution

Re: fbackup and encryption

hi rpsb;

fbackup does not provide an encription algorithm. if you are using lto-4 , it encript data by a hardware. or you should use a backup tool that supports encription like data protector.

Hasan.
Fabian Briseño
Esteemed Contributor
melvyn burnard
Honored Contributor

Re: fbackup and encryption

Also, bear in mind that as of HP-UX 11iv3 fbackup/frecover are being deprecated, and will become obsolete in the future, so you need to possibly consider another backup option.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
whiteknight
Honored Contributor

Re: fbackup and encryption


Hi

If you want to use encryption capability
you can consider using EVFS
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=EVFS

Recommended using Data protector, as it support EVFS

WK
Problem never ends, you must know how to fix it
CJENSEN_1
Regular Advisor

Re: fbackup and encryption

Thanks everyone.