I am using Solaris Version 8.
I need help using crypt and ufs.
I was able to encrypt my data and put it to tape using the command.
ufsdump -0uf - /dev/md/dsk/d50 | crypt S0me_N1ce_L0ng_Encrypt10n_Key > /dev/rmt/0un
Now I am trying to retreive my data from tape using ufsrestore and I am having trouble.
Can you help?